#64839A

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

Shades of Bermuda Grey #64839A

Tints of Bermuda Grey #64839A

Color information

#64839A (or 0x64839A) is unknown color: approx Bermuda Grey. HEX triplet: 64, 83 and 9A. RGB value is (100,131,154). Sum of RGB (Red+Green+Blue) = 100+131+154=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #64839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64839A is #9B7C65. Grayscale: #7C7C7C. Windows color (decimal): -10189926 or 10126180. OLE color: 10126180.

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

Color convert

RGB100131154-
CMYK0.350.1500.40
HSL205.56º21.26%49.8%-
HSV(B)205.56º35.06%60.39%-
XYZ19.221.2833.67-
YUV124.35144.73110.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.97%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 154 (60.55% from 255) = 40%
R=25.97%
G=34.03%
B=40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001311540.350.1500.40205.5621.2649.8
Hex64839A23F028ce1532
Octal14420323243170503162562
Binary11001001000001110011010100011111101010001100111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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