Html Css Color HEX #64859B Bermuda Grey

📋 copy color: '#64859B'

red 100 ◦ green 133 ◦ blue 155

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

Shades of Bermuda Grey #64859B

Tints of Bermuda Grey #64859B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.95%

R = 25.77%
G = 34.28%
B = 39.95%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64859B (or 0x64859B) is known color: Bermuda Grey. HEX triplet: 64, 85 and 9B. RGB value is (100,133,155). Sum of RGB (Red+Green+Blue) = 100+133+155=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #64859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64859B is #9B7A64. Grayscale: #7D7D7D. Windows color (decimal): -10189413 or 10192228. OLE color: 10192228.

HSL color Cylindrical-coordinate representation of color #64859B: hue angle of 204º 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 #64859B is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 133 155 -
CMYK 0.35 0.14 0 0.39
HSL 204º 0.22% 0.5% -
HSV(B) 204º 0.35% 0.61% -
XYZ 19.56 21.85 34.2 -
YUV 125.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 100 133 155 0.35 0.14 0 0.39 204 0.22 0.5
Hex 64 85 9B 23 E 0 27 CC 16 32
Octal 144 205 233 43 16 0 47 314 26 62
Binary 1100100 10000101 10011011 100011 1110 0 100111 11001100 10110 110010

Color Harmonies of #64859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64859B

Black with #64859B

Text Example


Text Example

White with #64859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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