Html Css Color HEX #64757E Blue Bayoux

📋 copy color: '#64757E'

red 100 ◦ green 117 ◦ blue 126

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

Shades of Blue Bayoux #64757E

Tints of Blue Bayoux #64757E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.11%

 BLUE value IS 126 (49.61% from 255) = 36.73%

R = 29.15%
G = 34.11%
B = 36.73%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64757E (or 0x64757E) is known color: Blue Bayoux. HEX triplet: 64, 75 and 7E. RGB value is (100,117,126). Sum of RGB (Red+Green+Blue) = 100+117+126=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 126 - color contains mainly: blue. Hex color #64757E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64757E is #9B8A81. Grayscale: #707070. Windows color (decimal): -10193538 or 8287588. OLE color: 8287588.

HSL color Cylindrical-coordinate representation of color #64757E: hue angle of 200.77º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64757E is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 117 126 -
CMYK 0.21 0.07 0 0.51
HSL 200.77º 0.12% 0.44% -
HSV(B) 200.77º 0.21% 0.49% -
XYZ 15.38 16.94 22.2 -
YUV 112.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 100 117 126 0.21 0.07 0 0.51 200.77 0.12 0.44
Hex 64 75 7E 15 7 0 33 C9 C 2C
Octal 144 165 176 25 7 0 63 311 14 54
Binary 1100100 1110101 1111110 10101 111 0 110011 11001001 1100 101100

Color Harmonies of #64757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64757E

Black with #64757E

Text Example


Text Example

White with #64757E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,117,126); }

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

background-color css

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

 a { background-color: rgb(100,117,126); }

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

border-color css

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

 span { border-color: rgb(100,117,126); }

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