#649FA4

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

Shades of Cadet Blue #649FA4

Tints of Cadet Blue #649FA4

Color information

#649FA4 (or 0x649FA4) is unknown color: approx Cadet Blue. HEX triplet: 64, 9F and A4. RGB value is (100,159,164). Sum of RGB (Red+Green+Blue) = 100+159+164=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #649FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649FA4 is #9B605B. Grayscale: #8D8D8D. Windows color (decimal): -10182748 or 10788708. OLE color: 10788708.

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

Color convert

RGB100159164-
CMYK0.390.0300.36
HSL184.69º26.02%51.76%-
HSV(B)184.69º39.02%64.31%-
XYZ24.3530.1939.66-
YUV141.93140.4598.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.64%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=23.64%
G=37.59%
B=38.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001591640.390.0300.36184.6926.0251.76
Hex649FA4273024b91a34
Octal1442372444730442713264
Binary110010010011111101001001001111101001001011100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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