#669495

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

Shades of Cadet Blue #669495

Tints of Cadet Blue #669495

Color information

#669495 (or 0x669495) is unknown color: approx Cadet Blue. HEX triplet: 66, 94 and 95. RGB value is (102,148,149). Sum of RGB (Red+Green+Blue) = 102+148+149=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #669495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669495 is #996B6A. Grayscale: #868686. Windows color (decimal): -10054507 or 9802854. OLE color: 9802854.

HSL color Cylindrical-coordinate representation of color #669495: hue angle of 181.28º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669495 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB102148149-
CMYK0.320.0100.42
HSL181.28º18.73%49.22%-
HSV(B)181.28º31.54%58.43%-
XYZ21.4926.1732.35-
YUV134.36136.26104.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.56%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=25.56%
G=37.09%
B=37.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021481490.320.0100.42181.2818.7349.22
Hex66949520102Ab51331
Octal1462242254010522652361
Binary11001101001010010010101100000101010101011010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669495; }

 p { color: rgb(102,148,149); }

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

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

 a { background-color: rgb(102,148,149); }

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

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

 span { border-color: rgb(102,148,149); }

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