#669F99

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

Shades of Cadet Blue #669F99

Tints of Cadet Blue #669F99

Color information

#669F99 (or 0x669F99) is unknown color: approx Cadet Blue. HEX triplet: 66, 9F and 99. RGB value is (102,159,153). Sum of RGB (Red+Green+Blue) = 102+159+153=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 159 - color contains mainly: green. Hex color #669F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669F99 is #996066. Grayscale: #8D8D8D. Windows color (decimal): -10051687 or 10067814. OLE color: 10067814.

HSL color Cylindrical-coordinate representation of color #669F99: hue angle of 173.68º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #669F99 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB102159153-
CMYK0.3600.040.38
HSL173.68º22.89%51.18%-
HSV(B)173.68º35.85%62.35%-
XYZ23.6329.9234.67-
YUV141.27134.6299.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.64%
GREEN value IS 159 (62.5% from 255) = 38.41%
BLUE value IS 153 (60.16% from 255) = 36.96%
R=24.64%
G=38.41%
B=36.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021591530.3600.040.38173.6822.8951.18
Hex669F99240426ae1733
Octal1462372314404462562763
Binary1100110100111111001100110010001001001101010111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,159,153); }

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

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

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

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

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

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

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