#64849A

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

Shades of Bermuda Grey #64849A

Tints of Bermuda Grey #64849A

Color information

#64849A (or 0x64849A) is unknown color: approx Bermuda Grey. HEX triplet: 64, 84 and 9A. RGB value is (100,132,154). Sum of RGB (Red+Green+Blue) = 100+132+154=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #64849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64849A is #9B7B65. Grayscale: #7C7C7C. Windows color (decimal): -10189670 or 10126436. OLE color: 10126436.

HSL color Cylindrical-coordinate representation of color #64849A: hue angle of 204.44º 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 #64849A is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB100132154-
CMYK0.350.1400.40
HSL204.44º21.26%49.8%-
HSV(B)204.44º35.06%60.39%-
XYZ19.3421.5433.71-
YUV124.94144.4110.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.91%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 154 (60.55% from 255) = 39.90%
R=25.91%
G=34.20%
B=39.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001321540.350.1400.40204.4421.2649.8
Hex64849A23E028cc1532
Octal14420423243160503142562
Binary11001001000010010011010100011111001010001100110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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