Html Css Color HEX #66949B Cadet Blue

📋 copy color: '#66949B'

red 102 ◦ green 148 ◦ blue 155

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

Shades of Cadet Blue #66949B

Tints of Cadet Blue #66949B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.27%

R = 25.19%
G = 36.54%
B = 38.27%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66949B (or 0x66949B) is known color: Cadet Blue. HEX triplet: 66, 94 and 9B. RGB value is (102,148,155). Sum of RGB (Red+Green+Blue) = 102+148+155=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #66949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66949B is #996B64. Grayscale: #868686. Windows color (decimal): -10054501 or 10196070. OLE color: 10196070.

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

Color convert

RGB 102 148 155 -
CMYK 0.34 0.05 0 0.39
HSL 187.92º 0.21% 0.5% -
HSV(B) 187.92º 0.34% 0.61% -
XYZ 21.99 26.37 34.94 -
YUV 135.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 102 148 155 0.34 0.05 0 0.39 187.92 0.21 0.5
Hex 66 94 9B 22 5 0 27 BC 15 32
Octal 146 224 233 42 5 0 47 274 25 62
Binary 1100110 10010100 10011011 100010 101 0 100111 10111100 10101 110010

Color Harmonies of #66949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66949B

Black with #66949B

Text Example


Text Example

White with #66949B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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