Html Css Color HEX #64879E Bermuda Grey

📋 copy color: '#64879E'

red 100 ◦ green 135 ◦ blue 158

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

Shades of Bermuda Grey #64879E

Tints of Bermuda Grey #64879E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.35%

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

R = 25.45%
G = 34.35%
B = 40.2%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64879E (or 0x64879E) is known color: Bermuda Grey. HEX triplet: 64, 87 and 9E. RGB value is (100,135,158). Sum of RGB (Red+Green+Blue) = 100+135+158=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #64879E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64879E is #9B7861. Grayscale: #7F7F7F. Windows color (decimal): -10188898 or 10389348. OLE color: 10389348.

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

Color convert

RGB 100 135 158 -
CMYK 0.37 0.15 0 0.38
HSL 203.79º 0.23% 0.51% -
HSV(B) 203.79º 0.37% 0.62% -
XYZ 20.09 22.51 35.63 -
YUV 127.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 100 135 158 0.37 0.15 0 0.38 203.79 0.23 0.51
Hex 64 87 9E 25 F 0 26 CC 17 33
Octal 144 207 236 45 17 0 46 314 27 63
Binary 1100100 10000111 10011110 100101 1111 0 100110 11001100 10111 110011

Color Harmonies of #64879E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64879E

Black with #64879E

Text Example


Text Example

White with #64879E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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