#64839C

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

Shades of Bermuda Grey #64839C

Tints of Bermuda Grey #64839C

Color information

#64839C (or 0x64839C) is unknown color: approx Bermuda Grey. HEX triplet: 64, 83 and 9C. RGB value is (100,131,156). Sum of RGB (Red+Green+Blue) = 100+131+156=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #64839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64839C is #9B7C63. Grayscale: #7C7C7C. Windows color (decimal): -10189924 or 10257252. OLE color: 10257252.

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

Color convert

RGB100131156-
CMYK0.360.1600.39
HSL206.79º22.05%50.2%-
HSV(B)206.79º35.9%61.18%-
XYZ19.3721.3434.55-
YUV124.58145.73110.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.84%
GREEN value IS 131 (51.56% from 255) = 33.85%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=25.84%
G=33.85%
B=40.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001311560.360.1600.39206.7922.0550.2
Hex64839C2410027cf1632
Octal14420323444200473172662
Binary110010010000011100111001001001000001001111100111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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