Html Css Color HEX #66959D Cadet Blue

📋 copy color: '#66959D'

red 102 ◦ green 149 ◦ blue 157

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

Shades of Cadet Blue #66959D

Tints of Cadet Blue #66959D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.48%

R = 25%
G = 36.52%
B = 38.48%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66959D (or 0x66959D) is known color: Cadet Blue. HEX triplet: 66, 95 and 9D. RGB value is (102,149,157). Sum of RGB (Red+Green+Blue) = 102+149+157=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #66959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66959D is #996A62. Grayscale: #878787. Windows color (decimal): -10054243 or 10327398. OLE color: 10327398.

HSL color Cylindrical-coordinate representation of color #66959D: hue angle of 188.73º 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 #66959D is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 149 157 -
CMYK 0.35 0.05 0 0.38
HSL 188.73º 0.22% 0.51% -
HSV(B) 188.73º 0.35% 0.62% -
XYZ 22.31 26.75 35.89 -
YUV 135.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 102 149 157 0.35 0.05 0 0.38 188.73 0.22 0.51
Hex 66 95 9D 23 5 0 26 BD 16 33
Octal 146 225 235 43 5 0 46 275 26 63
Binary 1100110 10010101 10011101 100011 101 0 100110 10111101 10110 110011

Color Harmonies of #66959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66959D

Black with #66959D

Text Example


Text Example

White with #66959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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