Html Css Color HEX #64737D Blue Bayoux

📋 copy color: '#64737D'

red 100 ◦ green 115 ◦ blue 125

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

Shades of Blue Bayoux #64737D

Tints of Blue Bayoux #64737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.82%

 BLUE value IS 125 (49.22% from 255) = 36.76%

R = 29.41%
G = 33.82%
B = 36.76%

CMYK

 C value IS 0.2

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64737D (or 0x64737D) is known color: Blue Bayoux. HEX triplet: 64, 73 and 7D. RGB value is (100,115,125). Sum of RGB (Red+Green+Blue) = 100+115+125=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 125 - color contains mainly: blue. Hex color #64737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64737D is #9B8C82. Grayscale: #6F6F6F. Windows color (decimal): -10194051 or 8221540. OLE color: 8221540.

HSL color Cylindrical-coordinate representation of color #64737D: hue angle of 204º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #64737D is Cyan = 0.2, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 115 125 -
CMYK 0.2 0.08 0 0.51
HSL 204º 0.11% 0.44% -
HSV(B) 204º 0.2% 0.49% -
XYZ 15.09 16.45 21.78 -
YUV 111.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 100 115 125 0.2 0.08 0 0.51 204 0.11 0.44
Hex 64 73 7D 14 8 0 33 CC B 2C
Octal 144 163 175 24 10 0 63 314 13 54
Binary 1100100 1110011 1111101 10100 1000 0 110011 11001100 1011 101100

Color Harmonies of #64737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64737D

Black with #64737D

Text Example


Text Example

White with #64737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,115,125); }

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

background-color css

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

 a { background-color: rgb(100,115,125); }

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

border-color css

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

 span { border-color: rgb(100,115,125); }

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