Html Css Color HEX #64899F Bermuda Grey

📋 copy color: '#64899F'

red 100 ◦ green 137 ◦ blue 159

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

Shades of Bermuda Grey #64899F

Tints of Bermuda Grey #64899F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.15%

R = 25.25%
G = 34.6%
B = 40.15%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64899F (or 0x64899F) is known color: Bermuda Grey. HEX triplet: 64, 89 and 9F. RGB value is (100,137,159). Sum of RGB (Red+Green+Blue) = 100+137+159=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #64899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64899F is #9B7660. Grayscale: #808080. Windows color (decimal): -10188385 or 10455396. OLE color: 10455396.

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

Color convert

RGB 100 137 159 -
CMYK 0.37 0.14 0 0.38
HSL 202.37º 0.24% 0.51% -
HSV(B) 202.37º 0.37% 0.62% -
XYZ 20.46 23.1 36.18 -
YUV 128.45 145.24 107.71 -
System Red Green Blue C M Y K H S L
Decimal 100 137 159 0.37 0.14 0 0.38 202.37 0.24 0.51
Hex 64 89 9F 25 E 0 26 CA 18 33
Octal 144 211 237 45 16 0 46 312 30 63
Binary 1100100 10001001 10011111 100101 1110 0 100110 11001010 11000 110011

Color Harmonies of #64899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64899F

Black with #64899F

Text Example


Text Example

White with #64899F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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