#649896

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

Shades of Cadet Blue #649896

Tints of Cadet Blue #649896

Color information

#649896 (or 0x649896) is unknown color: approx Cadet Blue. HEX triplet: 64, 98 and 96. RGB value is (100,152,150). Sum of RGB (Red+Green+Blue) = 100+152+150=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #649896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649896 is #9B6769. Grayscale: #888888. Windows color (decimal): -10184554 or 9869412. OLE color: 9869412.

HSL color Cylindrical-coordinate representation of color #649896: hue angle of 177.69º 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 #649896 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB100152150-
CMYK0.3400.010.40
HSL177.69º20.63%49.41%-
HSV(B)177.69º34.21%59.61%-
XYZ21.9927.3732.98-
YUV136.22135.77102.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.88%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 150 (58.98% from 255) = 37.31%
R=24.88%
G=37.81%
B=37.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001521500.3400.010.40177.6920.6349.41
Hex649896220128b21531
Octal1442302264201502622561
Binary11001001001100010010110100010011010001011001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649896; }

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

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

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

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

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

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

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

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