#649895

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

Shades of Cadet Blue #649895

Tints of Cadet Blue #649895

Color information

#649895 (or 0x649895) is unknown color: approx Cadet Blue. HEX triplet: 64, 98 and 95. RGB value is (100,152,149). Sum of RGB (Red+Green+Blue) = 100+152+149=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #649895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649895 is #9B676A. Grayscale: #888888. Windows color (decimal): -10184555 or 9803876. OLE color: 9803876.

HSL color Cylindrical-coordinate representation of color #649895: hue angle of 176.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649895 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB100152149-
CMYK0.3400.020.40
HSL176.54º20.63%49.41%-
HSV(B)176.54º34.21%59.61%-
XYZ21.9127.3432.56-
YUV136.11135.27102.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.94%
GREEN value IS 152 (59.77% from 255) = 37.91%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=24.94%
G=37.91%
B=37.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001521490.3400.020.40176.5420.6349.41
Hex649895220228b11531
Octal1442302254202502612561
Binary110010010011000100101011000100101010001011000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649895; }

 p { color: rgb(100,152,149); }

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

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

 a { background-color: rgb(100,152,149); }

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

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

 span { border-color: rgb(100,152,149); }

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