Html Css Color HEX #6C99AA Shakespeare

📋 copy color: '#6C99AA'

red 108 ◦ green 153 ◦ blue 170

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

Shades of Shakespeare #6C99AA

Tints of Shakespeare #6C99AA

RGB

 RED value IS 108 (42.58% from 255) = 25.06%

 GREEN value IS 153 (60.16% from 255) = 35.5%

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 25.06%
G = 35.5%
B = 39.44%

CMYK

 C value IS 0.36

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C99AA (or 0x6C99AA) is known color: Shakespeare. HEX triplet: 6C, 99 and AA. RGB value is (108,153,170). Sum of RGB (Red+Green+Blue) = 108+153+170=431 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25.06% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C99AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C99AA is #936655. Grayscale: #8D8D8D. Windows color (decimal): -9659990 or 11180396. OLE color: 11180396.

HSL color Cylindrical-coordinate representation of color #6C99AA: 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 #6C99AA is Cyan = 0.36, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 153 170 -
CMYK 0.36 0.1 0 0.33
HSL 196.45º 0.27% 0.55% -
HSV(B) 196.45º 0.36% 0.67% -
XYZ 24.83 28.87 42.29 -
YUV 141.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 108 153 170 0.36 0.1 0 0.33 196.45 0.27 0.55
Hex 6C 99 AA 24 A 0 21 C4 1B 37
Octal 154 231 252 44 12 0 41 304 33 67
Binary 1101100 10011001 10101010 100100 1010 0 100001 11000100 11011 110111

Color Harmonies of #6C99AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C99AA

Black with #6C99AA

Text Example


Text Example

White with #6C99AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,153,170); }

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

background-color css

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

 a { background-color: rgb(108,153,170); }

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

border-color css

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

 span { border-color: rgb(108,153,170); }

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