Html Css Color HEX #66969C Cadet Blue

📋 copy color: '#66969C'

red 102 ◦ green 150 ◦ blue 156

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

Shades of Cadet Blue #66969C

Tints of Cadet Blue #66969C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

 BLUE value IS 156 (61.33% from 255) = 38.24%

R = 25%
G = 36.76%
B = 38.24%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66969C (or 0x66969C) is known color: Cadet Blue. HEX triplet: 66, 96 and 9C. RGB value is (102,150,156). Sum of RGB (Red+Green+Blue) = 102+150+156=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #66969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66969C is #996963. Grayscale: #888888. Windows color (decimal): -10053988 or 10262118. OLE color: 10262118.

HSL color Cylindrical-coordinate representation of color #66969C: hue angle of 186.67º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66969C is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 150 156 -
CMYK 0.35 0.04 0 0.39
HSL 186.67º 0.21% 0.51% -
HSV(B) 186.67º 0.35% 0.61% -
XYZ 22.39 27.04 35.49 -
YUV 136.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 102 150 156 0.35 0.04 0 0.39 186.67 0.21 0.51
Hex 66 96 9C 23 4 0 27 BB 15 33
Octal 146 226 234 43 4 0 47 273 25 63
Binary 1100110 10010110 10011100 100011 100 0 100111 10111011 10101 110011

Color Harmonies of #66969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66969C

Black with #66969C

Text Example


Text Example

White with #66969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66969C; }

 p { color: rgb(102,150,156); }

 H1.HeaderClassName
 {
   color: #66969C;
 }
 .AnyTagClassName
 {
   color: #66969C;
 }
</style>

background-color css

<style>
 a { background-color: #66969C; }

 a { background-color: rgb(102,150,156); }

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

border-color css

<style>
 span { border-color: #66969C; }

 span { border-color: rgb(102,150,156); }

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