Html Css Color HEX #64899E Bermuda Grey

📋 copy color: '#64899E'

red 100 ◦ green 137 ◦ blue 158

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

Shades of Bermuda Grey #64899E

Tints of Bermuda Grey #64899E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

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

R = 25.32%
G = 34.68%
B = 40%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64899E (or 0x64899E) is known color: Bermuda Grey. HEX triplet: 64, 89 and 9E. RGB value is (100,137,158). Sum of RGB (Red+Green+Blue) = 100+137+158=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 158 - color contains mainly: blue. Hex color #64899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64899E is #9B7661. Grayscale: #808080. Windows color (decimal): -10188386 or 10389860. OLE color: 10389860.

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

Color convert

RGB 100 137 158 -
CMYK 0.37 0.13 0 0.38
HSL 201.72º 0.23% 0.51% -
HSV(B) 201.72º 0.37% 0.62% -
XYZ 20.37 23.07 35.73 -
YUV 128.33 144.74 107.79 -
System Red Green Blue C M Y K H S L
Decimal 100 137 158 0.37 0.13 0 0.38 201.72 0.23 0.51
Hex 64 89 9E 25 D 0 26 CA 17 33
Octal 144 211 236 45 15 0 46 312 27 63
Binary 1100100 10001001 10011110 100101 1101 0 100110 11001010 10111 110011

Color Harmonies of #64899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64899E

Black with #64899E

Text Example


Text Example

White with #64899E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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