Html Css Color HEX #66979D Cadet Blue

📋 copy color: '#66979D'

red 102 ◦ green 151 ◦ blue 157

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

Shades of Cadet Blue #66979D

Tints of Cadet Blue #66979D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.83%

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

R = 24.88%
G = 36.83%
B = 38.29%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66979D (or 0x66979D) is known color: Cadet Blue. HEX triplet: 66, 97 and 9D. RGB value is (102,151,157). Sum of RGB (Red+Green+Blue) = 102+151+157=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #66979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66979D is #996862. Grayscale: #888888. Windows color (decimal): -10053731 or 10327910. OLE color: 10327910.

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

Color convert

RGB 102 151 157 -
CMYK 0.35 0.04 0 0.38
HSL 186.55º 0.22% 0.51% -
HSV(B) 186.55º 0.35% 0.62% -
XYZ 22.63 27.39 35.99 -
YUV 137.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 102 151 157 0.35 0.04 0 0.38 186.55 0.22 0.51
Hex 66 97 9D 23 4 0 26 BB 16 33
Octal 146 227 235 43 4 0 46 273 26 63
Binary 1100110 10010111 10011101 100011 100 0 100110 10111011 10110 110011

Color Harmonies of #66979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66979D

Black with #66979D

Text Example


Text Example

White with #66979D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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