#649998

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

Shades of Cadet Blue #649998

Tints of Cadet Blue #649998

Color information

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

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

Color convert

RGB100153152-
CMYK0.3500.010.4
HSL178.87º20.95%49.61%-
HSV(B)178.87º34.64%60%-
XYZ22.3127.7633.89-
YUV137.04136.44101.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001531520.3500.010.4178.8720.9549.61
Hex649998230128b31532
Octal1442312304301502632562
Binary11001001001100110011000100011011010001011001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649998; }

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

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

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

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

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

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

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

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