Html Css Color HEX #68757C Blue Bayoux

📋 copy color: '#68757C'

red 104 ◦ green 117 ◦ blue 124

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

Shades of Blue Bayoux #68757C

Tints of Blue Bayoux #68757C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.94%

R = 30.14%
G = 33.91%
B = 35.94%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68757C (or 0x68757C) is known color: Blue Bayoux. HEX triplet: 68, 75 and 7C. RGB value is (104,117,124). Sum of RGB (Red+Green+Blue) = 104+117+124=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 124 - color contains mainly: blue. Hex color #68757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68757C is #978A83. Grayscale: #717171. Windows color (decimal): -9931396 or 8156520. OLE color: 8156520.

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

Color convert

RGB 104 117 124 -
CMYK 0.16 0.06 0 0.51
HSL 201º 0.09% 0.45% -
HSV(B) 201º 0.16% 0.49% -
XYZ 15.71 17.12 21.55 -
YUV 113.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 104 117 124 0.16 0.06 0 0.51 201 0.09 0.45
Hex 68 75 7C 10 6 0 33 C9 9 2D
Octal 150 165 174 20 6 0 63 311 11 55
Binary 1101000 1110101 1111100 10000 110 0 110011 11001001 1001 101101

Color Harmonies of #68757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68757C

Black with #68757C

Text Example


Text Example

White with #68757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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