#669A9B

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

Shades of Cadet Blue #669A9B

Tints of Cadet Blue #669A9B

Color information

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

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

Color convert

RGB102154155-
CMYK0.340.0100.39
HSL181.13º20.95%50.39%-
HSV(B)181.13º34.19%60.78%-
XYZ22.9528.335.26-
YUV138.57137.27101.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021541550.340.0100.39181.1320.9550.39
Hex669A9B221027b51532
Octal1462322334210472652562
Binary11001101001101010011011100010101001111011010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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