Html Css Color HEX #669696 Cadet Blue

📋 copy color: '#669696'

red 102 ◦ green 150 ◦ blue 150

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

Shades of Cadet Blue #669696

Tints of Cadet Blue #669696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.31%

R = 25.37%
G = 37.31%
B = 37.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#669696 (or 0x669696) is known color: Cadet Blue. HEX triplet: 66, 96 and 96. RGB value is (102,150,150). Sum of RGB (Red+Green+Blue) = 102+150+150=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #669696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669696 is #996969. Grayscale: #878787. Windows color (decimal): -10053994 or 9868902. OLE color: 9868902.

HSL color Cylindrical-coordinate representation of color #669696: hue angle of 180º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669696 is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 150 150 -
CMYK 0.32 0 0 0.41
HSL 180º 0.19% 0.49% -
HSV(B) 180º 0.32% 0.59% -
XYZ 21.89 26.84 32.88 -
YUV 135.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 102 150 150 0.32 0 0 0.41 180 0.19 0.49
Hex 66 96 96 20 0 0 29 B4 13 31
Octal 146 226 226 40 0 0 51 264 23 61
Binary 1100110 10010110 10010110 100000 0 0 101001 10110100 10011 110001

Color Harmonies of #669696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669696

Black with #669696

Text Example


Text Example

White with #669696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669696; }

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

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

background-color css

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

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

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

border-color css

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

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

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