Html Css Color HEX #64859E Bermuda Grey

📋 copy color: '#64859E'

red 100 ◦ green 133 ◦ blue 158

#64859E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda Grey #64859E

Tints of Bermuda Grey #64859E

RGB

 RED value IS 100 (39.45% from 255) = 25.58%

 GREEN value IS 133 (52.34% from 255) = 34.02%

 BLUE value IS 158 (62.11% from 255) = 40.41%

R = 25.58%
G = 34.02%
B = 40.41%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64859E (or 0x64859E) is known color: Bermuda Grey. HEX triplet: 64, 85 and 9E. RGB value is (100,133,158). Sum of RGB (Red+Green+Blue) = 100+133+158=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #64859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64859E is #9B7A61. Grayscale: #7D7D7D. Windows color (decimal): -10189410 or 10388836. OLE color: 10388836.

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

Color convert

RGB 100 133 158 -
CMYK 0.37 0.16 0 0.38
HSL 205.86º 0.23% 0.51% -
HSV(B) 205.86º 0.37% 0.62% -
XYZ 19.81 21.95 35.54 -
YUV 125.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 100 133 158 0.37 0.16 0 0.38 205.86 0.23 0.51
Hex 64 85 9E 25 10 0 26 CE 17 33
Octal 144 205 236 45 20 0 46 316 27 63
Binary 1100100 10000101 10011110 100101 10000 0 100110 11001110 10111 110011

Color Harmonies of #64859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64859E

Black with #64859E

Text Example


Text Example

White with #64859E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64859E;
 }
 .AnyTagClassName
 {
   color: #64859E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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