#669C95

Color #669C95 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #669C95

Tints of Cadet Blue #669C95

Color information

#669C95 (or 0x669C95) is unknown color: approx Cadet Blue. HEX triplet: 66, 9C and 95. RGB value is (102,156,149). Sum of RGB (Red+Green+Blue) = 102+156+149=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 156 - color contains mainly: green. Hex color #669C95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669C95 is #99636A. Grayscale: #8B8B8B. Windows color (decimal): -10052459 or 9804902. OLE color: 9804902.

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

Color convert

RGB102156149-
CMYK0.3500.040.39
HSL172.22º21.43%50.59%-
HSV(B)172.22º34.62%61.18%-
XYZ22.7928.7732.79-
YUV139.06133.61101.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.06%
GREEN value IS 156 (61.33% from 255) = 38.33%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=25.06%
G=38.33%
B=36.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021561490.3500.040.39172.2221.4350.59
Hex669C95230427ac1533
Octal1462342254304472542563
Binary1100110100111001001010110001101001001111010110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669C95; }

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

 H1.HeaderClassName
 {
   color: #669C95;
 }
 .AnyTagClassName
 {
   color: #669C95;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #669C95;
 }
 .BgClassName
 {
   background-color: #669C95;
 }
</style>
border-color css

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

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

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