Html Css Color HEX #68757D Blue Bayoux

📋 copy color: '#68757D'

red 104 ◦ green 117 ◦ blue 125

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

Shades of Blue Bayoux #68757D

Tints of Blue Bayoux #68757D

RGB

 RED value IS 104 (41.02% from 255) = 30.06%

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

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

R = 30.06%
G = 33.82%
B = 36.13%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68757D (or 0x68757D) is known color: Blue Bayoux. HEX triplet: 68, 75 and 7D. RGB value is (104,117,125). Sum of RGB (Red+Green+Blue) = 104+117+125=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #68757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68757D is #978A82. Grayscale: #717171. Windows color (decimal): -9931395 or 8222056. OLE color: 8222056.

HSL color Cylindrical-coordinate representation of color #68757D: hue angle of 202.86º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #68757D is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 117 125 -
CMYK 0.17 0.06 0 0.51
HSL 202.86º 0.09% 0.45% -
HSV(B) 202.86º 0.17% 0.49% -
XYZ 15.77 17.15 21.88 -
YUV 114.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 104 117 125 0.17 0.06 0 0.51 202.86 0.09 0.45
Hex 68 75 7D 11 6 0 33 CB 9 2D
Octal 150 165 175 21 6 0 63 313 11 55
Binary 1101000 1110101 1111101 10001 110 0 110011 11001011 1001 101101

Color Harmonies of #68757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68757D

Black with #68757D

Text Example


Text Example

White with #68757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,117,125); }

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

background-color css

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

 a { background-color: rgb(104,117,125); }

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

border-color css

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

 span { border-color: rgb(104,117,125); }

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