Html Css Color HEX #64859D Bermuda Grey

📋 copy color: '#64859D'

red 100 ◦ green 133 ◦ blue 157

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

Shades of Bermuda Grey #64859D

Tints of Bermuda Grey #64859D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.26%

R = 25.64%
G = 34.1%
B = 40.26%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64859D (or 0x64859D) is known color: Bermuda Grey. HEX triplet: 64, 85 and 9D. RGB value is (100,133,157). Sum of RGB (Red+Green+Blue) = 100+133+157=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #64859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64859D is #9B7A62. Grayscale: #7D7D7D. Windows color (decimal): -10189411 or 10323300. OLE color: 10323300.

HSL color Cylindrical-coordinate representation of color #64859D: hue angle of 205.26º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64859D is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 133 157 -
CMYK 0.36 0.15 0 0.38
HSL 205.26º 0.23% 0.5% -
HSV(B) 205.26º 0.36% 0.62% -
XYZ 19.73 21.92 35.09 -
YUV 125.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 100 133 157 0.36 0.15 0 0.38 205.26 0.23 0.5
Hex 64 85 9D 24 F 0 26 CD 17 32
Octal 144 205 235 44 17 0 46 315 27 62
Binary 1100100 10000101 10011101 100100 1111 0 100110 11001101 10111 110010

Color Harmonies of #64859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64859D

Black with #64859D

Text Example


Text Example

White with #64859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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