#669B9A

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

Shades of Cadet Blue #669B9A

Tints of Cadet Blue #669B9A

Color information

#669B9A (or 0x669B9A) is unknown color: approx Cadet Blue. HEX triplet: 66, 9B and 9A. RGB value is (102,155,154). Sum of RGB (Red+Green+Blue) = 102+155+154=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 155 - color contains mainly: green. Hex color #669B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669B9A is #996465. Grayscale: #8A8A8A. Windows color (decimal): -10052710 or 10132326. OLE color: 10132326.

HSL color Cylindrical-coordinate representation of color #669B9A: hue angle of 178.87º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669B9A is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB102155154-
CMYK0.3400.010.39
HSL178.87º20.95%50.39%-
HSV(B)178.87º34.19%60.78%-
XYZ23.0328.634.88-
YUV139.04136.44101.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.82%
GREEN value IS 155 (60.94% from 255) = 37.71%
BLUE value IS 154 (60.55% from 255) = 37.47%
R=24.82%
G=37.71%
B=37.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021551540.3400.010.39178.8720.9550.39
Hex669B9A220127b31532
Octal1462332324201472632562
Binary11001101001101110011010100010011001111011001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,155,154); }

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

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

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

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

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

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

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