Html Css Color HEX #66949C Cadet Blue

📋 copy color: '#66949C'

red 102 ◦ green 148 ◦ blue 156

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

Shades of Cadet Blue #66949C

Tints of Cadet Blue #66949C

RGB

 RED value IS 102 (40.23% from 255) = 25.12%

 GREEN value IS 148 (58.2% from 255) = 36.45%

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 25.12%
G = 36.45%
B = 38.42%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66949C (or 0x66949C) is known color: Cadet Blue. HEX triplet: 66, 94 and 9C. RGB value is (102,148,156). Sum of RGB (Red+Green+Blue) = 102+148+156=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #66949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66949C is #996B63. Grayscale: #878787. Windows color (decimal): -10054500 or 10261606. OLE color: 10261606.

HSL color Cylindrical-coordinate representation of color #66949C: hue angle of 188.89º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66949C is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 148 156 -
CMYK 0.35 0.05 0 0.39
HSL 188.89º 0.21% 0.51% -
HSV(B) 188.89º 0.35% 0.61% -
XYZ 22.07 26.4 35.39 -
YUV 135.16 139.76 104.35 -
System Red Green Blue C M Y K H S L
Decimal 102 148 156 0.35 0.05 0 0.39 188.89 0.21 0.51
Hex 66 94 9C 23 5 0 27 BD 15 33
Octal 146 224 234 43 5 0 47 275 25 63
Binary 1100110 10010100 10011100 100011 101 0 100111 10111101 10101 110011

Color Harmonies of #66949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66949C

Black with #66949C

Text Example


Text Example

White with #66949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66949C; }

 p { color: rgb(102,148,156); }

 H1.HeaderClassName
 {
   color: #66949C;
 }
 .AnyTagClassName
 {
   color: #66949C;
 }
</style>

background-color css

<style>
 a { background-color: #66949C; }

 a { background-color: rgb(102,148,156); }

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

border-color css

<style>
 span { border-color: #66949C; }

 span { border-color: rgb(102,148,156); }

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