#64849C

Color #64849C Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #64849C

Tints of Bermuda Grey #64849C

Color information

#64849C (or 0x64849C) is unknown color: approx Bermuda Grey. HEX triplet: 64, 84 and 9C. RGB value is (100,132,156). Sum of RGB (Red+Green+Blue) = 100+132+156=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #64849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64849C is #9B7B63. Grayscale: #7D7D7D. Windows color (decimal): -10189668 or 10257508. OLE color: 10257508.

HSL color Cylindrical-coordinate representation of color #64849C: hue angle of 205.71º 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 #64849C is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB100132156-
CMYK0.360.1500.39
HSL205.71º22.05%50.2%-
HSV(B)205.71º35.9%61.18%-
XYZ19.5121.6134.6-
YUV125.17145.4110.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.77%
GREEN value IS 132 (51.95% from 255) = 34.02%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=25.77%
G=34.02%
B=40.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001321560.360.1500.39205.7122.0550.2
Hex64849C24F027ce1632
Octal14420423444170473162662
Binary11001001000010010011100100100111101001111100111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64849C; }

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

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

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

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

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

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

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

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