#659AA4

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

Shades of Cadet Blue #659AA4

Tints of Cadet Blue #659AA4

Color information

#659AA4 (or 0x659AA4) is unknown color: approx Cadet Blue. HEX triplet: 65, 9A and A4. RGB value is (101,154,164). Sum of RGB (Red+Green+Blue) = 101+154+164=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 164 - color contains mainly: blue. Hex color #659AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659AA4 is #9A655B. Grayscale: #8B8B8B. Windows color (decimal): -10118492 or 10787429. OLE color: 10787429.

HSL color Cylindrical-coordinate representation of color #659AA4: hue angle of 189.52º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #659AA4 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB101154164-
CMYK0.380.0600.36
HSL189.52º25.71%51.96%-
HSV(B)189.52º38.41%64.31%-
XYZ23.6228.5639.39-
YUV139.29141.94100.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.11%
GREEN value IS 154 (60.55% from 255) = 36.75%
BLUE value IS 164 (64.45% from 255) = 39.14%
R=24.11%
G=36.75%
B=39.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011541640.380.0600.36189.5225.7151.96
Hex659AA4266024be1a34
Octal1452322444660442763264
Binary1100101100110101010010010011011001001001011111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659AA4; }

 p { color: rgb(101,154,164); }

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

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

 a { background-color: rgb(101,154,164); }

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

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

 span { border-color: rgb(101,154,164); }

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