#669B9E

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

Shades of Cadet Blue #669B9E

Tints of Cadet Blue #669B9E

Color information

#669B9E (or 0x669B9E) is unknown color: approx Cadet Blue. HEX triplet: 66, 9B and 9E. RGB value is (102,155,158). Sum of RGB (Red+Green+Blue) = 102+155+158=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #669B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669B9E is #996461. Grayscale: #8B8B8B. Windows color (decimal): -10052706 or 10394470. OLE color: 10394470.

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

Color convert

RGB102155158-
CMYK0.350.0200.38
HSL183.21º22.4%50.98%-
HSV(B)183.21º35.44%61.96%-
XYZ23.3728.7436.66-
YUV139.5138.44101.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.58%
GREEN value IS 155 (60.94% from 255) = 37.35%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=24.58%
G=37.35%
B=38.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021551580.350.0200.38183.2122.450.98
Hex669B9E232026b71633
Octal1462332364320462672663
Binary110011010011011100111101000111001001101011011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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