Html Css Color HEX #66959B Cadet Blue

📋 copy color: '#66959B'

red 102 ◦ green 149 ◦ blue 155

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

Shades of Cadet Blue #66959B

Tints of Cadet Blue #66959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.7%

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

R = 25.12%
G = 36.7%
B = 38.18%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66959B (or 0x66959B) is known color: Cadet Blue. HEX triplet: 66, 95 and 9B. RGB value is (102,149,155). Sum of RGB (Red+Green+Blue) = 102+149+155=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #66959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66959B is #996A64. Grayscale: #878787. Windows color (decimal): -10054245 or 10196326. OLE color: 10196326.

HSL color Cylindrical-coordinate representation of color #66959B: hue angle of 186.79º 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 #66959B is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 149 155 -
CMYK 0.34 0.04 0 0.39
HSL 186.79º 0.21% 0.5% -
HSV(B) 186.79º 0.34% 0.61% -
XYZ 22.14 26.69 34.99 -
YUV 135.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 102 149 155 0.34 0.04 0 0.39 186.79 0.21 0.5
Hex 66 95 9B 22 4 0 27 BB 15 32
Octal 146 225 233 42 4 0 47 273 25 62
Binary 1100110 10010101 10011011 100010 100 0 100111 10111011 10101 110010

Color Harmonies of #66959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66959B

Black with #66959B

Text Example


Text Example

White with #66959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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