#64879E

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

Shades of Bermuda Grey #64879E

Tints of Bermuda Grey #64879E

Color information

#64879E (or 0x64879E) is unknown color: approx Bermuda Grey. HEX triplet: 64, 87 and 9E. RGB value is (100,135,158). Sum of RGB (Red+Green+Blue) = 100+135+158=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #64879E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64879E is #9B7861. Grayscale: #7F7F7F. Windows color (decimal): -10188898 or 10389348. OLE color: 10389348.

HSL color Cylindrical-coordinate representation of color #64879E: hue angle of 203.79º 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 #64879E is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100135158-
CMYK0.370.1500.38
HSL203.79º23.02%50.59%-
HSV(B)203.79º36.71%61.96%-
XYZ20.0922.5135.63-
YUV127.16145.4108.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 135 (53.12% from 255) = 34.35%
BLUE value IS 158 (62.11% from 255) = 40.20%
R=25.45%
G=34.35%
B=40.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001351580.370.1500.38203.7923.0250.59
Hex64879E25F026cc1733
Octal14420723645170463142763
Binary11001001000011110011110100101111101001101100110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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