#669FA5

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

Shades of Cadet Blue #669FA5

Tints of Cadet Blue #669FA5

Color information

#669FA5 (or 0x669FA5) is unknown color: approx Cadet Blue. HEX triplet: 66, 9F and A5. RGB value is (102,159,165). Sum of RGB (Red+Green+Blue) = 102+159+165=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 165 - color contains mainly: blue. Hex color #669FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669FA5 is #99605A. Grayscale: #8E8E8E. Windows color (decimal): -10051675 or 10854246. OLE color: 10854246.

HSL color Cylindrical-coordinate representation of color #669FA5: hue angle of 185.71º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #669FA5 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB102159165-
CMYK0.380.0400.35
HSL185.71º25.93%52.35%-
HSV(B)185.71º38.18%64.71%-
XYZ24.6730.3440.15-
YUV142.64140.6299.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.94%
GREEN value IS 159 (62.5% from 255) = 37.32%
BLUE value IS 165 (64.84% from 255) = 38.73%
R=23.94%
G=37.32%
B=38.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021591650.380.0400.35185.7125.9352.35
Hex669FA5264023ba1a34
Octal1462372454640432723264
Binary1100110100111111010010110011010001000111011101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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