#649995

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

Shades of Cadet Blue #649995

Tints of Cadet Blue #649995

Color information

#649995 (or 0x649995) is unknown color: approx Cadet Blue. HEX triplet: 64, 99 and 95. RGB value is (100,153,149). Sum of RGB (Red+Green+Blue) = 100+153+149=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #649995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649995 is #9B666A. Grayscale: #888888. Windows color (decimal): -10184299 or 9804132. OLE color: 9804132.

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

Color convert

RGB100153149-
CMYK0.3500.030.4
HSL175.47º20.95%49.61%-
HSV(B)175.47º34.64%60%-
XYZ22.0727.6632.61-
YUV136.7134.94101.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.88%
GREEN value IS 153 (60.16% from 255) = 38.06%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=24.88%
G=38.06%
B=37.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001531490.3500.030.4175.4720.9549.61
Hex649995230328af1532
Octal1442312254303502572562
Binary110010010011001100101011000110111010001010111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649995; }

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

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

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

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

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

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

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

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