#659DA4

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

Shades of Cadet Blue #659DA4

Tints of Cadet Blue #659DA4

Color information

#659DA4 (or 0x659DA4) is unknown color: approx Cadet Blue. HEX triplet: 65, 9D and A4. RGB value is (101,157,164). Sum of RGB (Red+Green+Blue) = 101+157+164=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 164 - color contains mainly: blue. Hex color #659DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659DA4 is #9A625B. Grayscale: #8C8C8C. Windows color (decimal): -10117724 or 10788197. OLE color: 10788197.

HSL color Cylindrical-coordinate representation of color #659DA4: hue angle of 186.67º 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 #659DA4 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB101157164-
CMYK0.380.0400.36
HSL186.67º25.71%51.96%-
HSV(B)186.67º38.41%64.31%-
XYZ24.1229.5639.56-
YUV141.05140.9599.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.93%
GREEN value IS 157 (61.72% from 255) = 37.20%
BLUE value IS 164 (64.45% from 255) = 38.86%
R=23.93%
G=37.20%
B=38.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011571640.380.0400.36186.6725.7151.96
Hex659DA4264024bb1a34
Octal1452352444640442733264
Binary1100101100111011010010010011010001001001011101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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