Html Css Color HEX #66959E Cadet Blue

📋 copy color: '#66959E'

red 102 ◦ green 149 ◦ blue 158

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

Shades of Cadet Blue #66959E

Tints of Cadet Blue #66959E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.63%

R = 24.94%
G = 36.43%
B = 38.63%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66959E (or 0x66959E) is known color: Cadet Blue. HEX triplet: 66, 95 and 9E. RGB value is (102,149,158). Sum of RGB (Red+Green+Blue) = 102+149+158=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 158 - color contains mainly: blue. Hex color #66959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66959E is #996A61. Grayscale: #878787. Windows color (decimal): -10054242 or 10392934. OLE color: 10392934.

HSL color Cylindrical-coordinate representation of color #66959E: hue angle of 189.64º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66959E is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 149 158 -
CMYK 0.35 0.06 0 0.38
HSL 189.64º 0.22% 0.51% -
HSV(B) 189.64º 0.35% 0.62% -
XYZ 22.4 26.79 36.34 -
YUV 135.97 140.43 103.77 -
System Red Green Blue C M Y K H S L
Decimal 102 149 158 0.35 0.06 0 0.38 189.64 0.22 0.51
Hex 66 95 9E 23 6 0 26 BE 16 33
Octal 146 225 236 43 6 0 46 276 26 63
Binary 1100110 10010101 10011110 100011 110 0 100110 10111110 10110 110011

Color Harmonies of #66959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66959E

Black with #66959E

Text Example


Text Example

White with #66959E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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