#64889E

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

Shades of Bermuda Grey #64889E

Tints of Bermuda Grey #64889E

Color information

#64889E (or 0x64889E) is unknown color: approx Bermuda Grey. HEX triplet: 64, 88 and 9E. RGB value is (100,136,158). Sum of RGB (Red+Green+Blue) = 100+136+158=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #64889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64889E is #9B7761. Grayscale: #7F7F7F. Windows color (decimal): -10188642 or 10389604. OLE color: 10389604.

HSL color Cylindrical-coordinate representation of color #64889E: hue angle of 202.76º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64889E is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100136158-
CMYK0.370.1400.38
HSL202.76º23.02%50.59%-
HSV(B)202.76º36.71%61.96%-
XYZ20.2322.7935.68-
YUV127.74145.07108.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.38%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=25.38%
G=34.52%
B=40.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001361580.370.1400.38202.7623.0250.59
Hex64889E25E026cb1733
Octal14421023645160463132763
Binary11001001000100010011110100101111001001101100101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64889E; }

 p { color: rgb(100,136,158); }

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

<style>
 a { background-color: #64889E; }

 a { background-color: rgb(100,136,158); }

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

<style>
 span { border-color: #64889E; }

 span { border-color: rgb(100,136,158); }

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