#659C9C

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

Shades of Cadet Blue #659C9C

Tints of Cadet Blue #659C9C

Color information

#659C9C (or 0x659C9C) is unknown color: approx Cadet Blue. HEX triplet: 65, 9C and 9C. RGB value is (101,156,156). Sum of RGB (Red+Green+Blue) = 101+156+156=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: green, blue. Hex color #659C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659C9C is #9A6363. Grayscale: #8B8B8B. Windows color (decimal): -10117988 or 10263653. OLE color: 10263653.

HSL color Cylindrical-coordinate representation of color #659C9C: hue angle of 180º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659C9C is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101156156-
CMYK0.35000.39
HSL180º21.74%50.39%-
HSV(B)180º35.26%61.18%-
XYZ23.2628.9435.81-
YUV139.55137.28100.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.46%
GREEN value IS 156 (61.33% from 255) = 37.77%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=24.46%
G=37.77%
B=37.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011561560.35000.3918021.7450.39
Hex659C9C230027b41632
Octal1452342344300472642662
Binary11001011001110010011100100011001001111011010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,156,156); }

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

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

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

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

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

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

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