#64829B

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

Shades of Bermuda Grey #64829B

Tints of Bermuda Grey #64829B

Color information

#64829B (or 0x64829B) is unknown color: approx Bermuda Grey. HEX triplet: 64, 82 and 9B. RGB value is (100,130,155). Sum of RGB (Red+Green+Blue) = 100+130+155=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #64829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64829B is #9B7D64. Grayscale: #7B7B7B. Windows color (decimal): -10190181 or 10191460. OLE color: 10191460.

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

Color convert

RGB100130155-
CMYK0.350.1600.39
HSL207.27º21.57%50%-
HSV(B)207.27º35.48%60.78%-
XYZ19.1521.0434.06-
YUV123.88145.56110.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.97%
GREEN value IS 130 (51.17% from 255) = 33.77%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=25.97%
G=33.77%
B=40.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001301550.350.1600.39207.2721.5750
Hex64829B2310027cf1632
Octal14420223343200473172662
Binary110010010000010100110111000111000001001111100111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64829B; }

 p { color: rgb(100,130,155); }

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

<style>
 a { background-color: #64829B; }

 a { background-color: rgb(100,130,155); }

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

<style>
 span { border-color: #64829B; }

 span { border-color: rgb(100,130,155); }

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