#649FA7

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

Shades of Cadet Blue #649FA7

Tints of Cadet Blue #649FA7

Color information

#649FA7 (or 0x649FA7) is unknown color: approx Cadet Blue. HEX triplet: 64, 9F and A7. RGB value is (100,159,167). Sum of RGB (Red+Green+Blue) = 100+159+167=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 167 - color contains mainly: blue. Hex color #649FA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649FA7 is #9B6058. Grayscale: #8E8E8E. Windows color (decimal): -10182745 or 10985316. OLE color: 10985316.

HSL color Cylindrical-coordinate representation of color #649FA7: hue angle of 187.16º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #649FA7 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB100159167-
CMYK0.400.0500.35
HSL187.16º27.57%52.35%-
HSV(B)187.16º40.12%65.49%-
XYZ24.6330.341.11-
YUV142.27141.9597.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.47%
GREEN value IS 159 (62.5% from 255) = 37.32%
BLUE value IS 167 (65.62% from 255) = 39.20%
R=23.47%
G=37.32%
B=39.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1001591670.400.0500.35187.1627.5752.35
Hex649FA7285023bb1c34
Octal1442372475050432733464
Binary1100100100111111010011110100010101000111011101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649FA7; }

 p { color: rgb(100,159,167); }

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

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

 a { background-color: rgb(100,159,167); }

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

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

 span { border-color: rgb(100,159,167); }

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