#649899

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

Shades of Cadet Blue #649899

Tints of Cadet Blue #649899

Color information

#649899 (or 0x649899) is unknown color: approx Cadet Blue. HEX triplet: 64, 98 and 99. RGB value is (100,152,153). Sum of RGB (Red+Green+Blue) = 100+152+153=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #649899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649899 is #9B6766. Grayscale: #888888. Windows color (decimal): -10184551 or 10066020. OLE color: 10066020.

HSL color Cylindrical-coordinate representation of color #649899: hue angle of 181.13º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649899 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB100152153-
CMYK0.350.0100.4
HSL181.13º20.95%49.61%-
HSV(B)181.13º34.64%60%-
XYZ22.2327.4734.27-
YUV136.57137.27101.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.69%
GREEN value IS 152 (59.77% from 255) = 37.53%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=24.69%
G=37.53%
B=37.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001521530.350.0100.4181.1320.9549.61
Hex649899231028b51532
Octal1442302314310502652562
Binary11001001001100010011001100011101010001011010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649899; }

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

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

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

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

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

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

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

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