Html Css Color HEX #6D9AAB Shakespeare

📋 copy color: '#6D9AAB'

red 109 ◦ green 154 ◦ blue 171

#6D9AAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #6D9AAB

Tints of Shakespeare #6D9AAB

RGB

 RED value IS 109 (42.97% from 255) = 25.12%

 GREEN value IS 154 (60.55% from 255) = 35.48%

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 25.12%
G = 35.48%
B = 39.4%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6D9AAB (or 0x6D9AAB) is known color: Shakespeare. HEX triplet: 6D, 9A and AB. RGB value is (109,154,171). Sum of RGB (Red+Green+Blue) = 109+154+171=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D9AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9AAB is #926554. Grayscale: #8E8E8E. Windows color (decimal): -9594197 or 11246189. OLE color: 11246189.

HSL color Cylindrical-coordinate representation of color #6D9AAB: hue angle of 196.45º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D9AAB is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 154 171 -
CMYK 0.36 0.10 0 0.33
HSL 196.45º 0.27% 0.55% -
HSV(B) 196.45º 0.36% 0.67% -
XYZ 25.21 29.3 42.86 -
YUV 142.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 109 154 171 0.36 0.10 0 0.33 196.45 0.27 0.55
Hex 6D 9A AB 24 A 0 21 C4 1B 37
Octal 155 232 253 44 12 0 41 304 33 67
Binary 1101101 10011010 10101011 100100 1010 0 100001 11000100 11011 110111

Color Harmonies of #6D9AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9AAB

Black with #6D9AAB

Text Example


Text Example

White with #6D9AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D9AAB; }

 p { color: rgb(109,154,171); }

 H1.HeaderClassName
 {
   color: #6D9AAB;
 }
 .AnyTagClassName
 {
   color: #6D9AAB;
 }
</style>

background-color css

<style>
 a { background-color: #6D9AAB; }

 a { background-color: rgb(109,154,171); }

 div.DivClassName
 {
   background-color: #6D9AAB;
 }
 .BgClassName
 {
   background-color: #6D9AAB;
 }
</style>

border-color css

<style>
 span { border-color: #6D9AAB; }

 span { border-color: rgb(109,154,171); }

 td.TdClassName
 {
   border-color: #6D9AAB;
 }
 .TagClassName
 {
   border-color: #6D9AAB;
 }
</style>