Html Css Color HEX #669695 Cadet Blue

📋 copy color: '#669695'

red 102 ◦ green 150 ◦ blue 149

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

Shades of Cadet Blue #669695

Tints of Cadet Blue #669695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 25.44%
G = 37.41%
B = 37.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#669695 (or 0x669695) is known color: Cadet Blue. HEX triplet: 66, 96 and 95. RGB value is (102,150,149). Sum of RGB (Red+Green+Blue) = 102+150+149=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #669695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669695 is #99696A. Grayscale: #878787. Windows color (decimal): -10053995 or 9803366. OLE color: 9803366.

HSL color Cylindrical-coordinate representation of color #669695: hue angle of 178.75º 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 #669695 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 150 149 -
CMYK 0.32 0 0.01 0.41
HSL 178.75º 0.19% 0.49% -
HSV(B) 178.75º 0.32% 0.59% -
XYZ 21.81 26.81 32.46 -
YUV 135.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 102 150 149 0.32 0 0.01 0.41 178.75 0.19 0.49
Hex 66 96 95 20 0 1 29 B3 13 31
Octal 146 226 225 40 0 1 51 263 23 61
Binary 1100110 10010110 10010101 100000 0 1 101001 10110011 10011 110001

Color Harmonies of #669695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669695

Black with #669695

Text Example


Text Example

White with #669695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669695; }

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

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

background-color css

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

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

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

border-color css

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

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

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