Color Hex Logo

#6a9adb Color Hex

#6A9ADB
(106,154,219)
0 Favorites   0 Comments

Color spaces of #6a9adb

RGB 106154219
HSL0.600.610.64
HSV215°52°86°
CMYK 0.520.300.00   0.14
XYZ30.285631.289871.4612
Yxy31.28980.22760.2352
Hunter Lab55.9373-1.2467-36.5883
CIE-Lab62.75152.0632-38.0283

#6a9adb color RGB value is (106,154,219).

#6a9adb hex color red value is 106, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6a9adb hue: 0.60 , saturation: 0.61 and the lightness value of 6a9adb is 0.64.

The process color (four color CMYK) of #6a9adb color hex is 0.52, 0.30, 0.00, 0.14. Web safe color of #6a9adb is #6699cc. Color #6a9adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10011010 11011011
Octal 152 232 333
Decimal 106 154 219
Hex 6A 9A DB

RGB Percentages of Color #6a9adb

%22.13
%32.15
%45.72

CMYK Percentages of Color #6a9adb

%52
%30
%0
%14

Triadic Colors of #6a9adb

#6a9adb #db6a9a #9adb6a

Analogous Colors of #6a9adb

#6a9adb #736adb #6ad3db

Monochromatic Colors of #6a9adb

#6a9adb

Complementary Color

#6a9adb #dbab6a

#6a9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a9adb Color CSS Codes

.mybgcolor {background-color:#6a9adb; } 
.myforecolor {color:#6a9adb; }
.mybordercolor {border:3px solid #6a9adb; }

#6a9adb Text Font Color

<p style="color:#6a9adb">Text here</p>

This sample text font color is #6a9adb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6a9adb Background Color

<div style="background-color:#6a9adb">
Div content here</div>

This div background color is #6a9adb


#6a9adb Border Color

<div style="border:3px solid #6a9adb">
Div here</div>

This div border color is #6a9adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,154,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a9adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a9adb;
  -webkit-box-shadow: 1px 1px 3px 2px #6a9adb;
  box-shadow:         1px 1px 3px 2px #6a9adb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,154,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6a9adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6a9adb;
  -webkit-box-shadow: 1px 1px 3px 2px #6a9adb;
  box-shadow:         1px 1px 3px 2px #6a9adb;">
Div content here</div>

This div box has shadow with color #6a9adb


Comments

No comments written yet.

Please login to write comment.