#649C95

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

Shades of Cadet Blue #649C95

Tints of Cadet Blue #649C95

Color information

#649C95 (or 0x649C95) is unknown color: approx Cadet Blue. HEX triplet: 64, 9C and 95. RGB value is (100,156,149). Sum of RGB (Red+Green+Blue) = 100+156+149=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 156 - color contains mainly: green. Hex color #649C95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649C95 is #9B636A. Grayscale: #8A8A8A. Windows color (decimal): -10183531 or 9804900. OLE color: 9804900.

HSL color Cylindrical-coordinate representation of color #649C95: hue angle of 172.5º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649C95 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB100156149-
CMYK0.3600.040.39
HSL172.5º22.05%50.2%-
HSV(B)172.5º35.9%61.18%-
XYZ22.5728.6632.78-
YUV138.46133.95100.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.69%
GREEN value IS 156 (61.33% from 255) = 38.52%
BLUE value IS 149 (58.59% from 255) = 36.79%
R=24.69%
G=38.52%
B=36.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001561490.3600.040.39172.522.0550.2
Hex649C95240427ac1632
Octal1442342254404472542662
Binary1100100100111001001010110010001001001111010110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649C95; }

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

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

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

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

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

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

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

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