Html Css Color HEX #68767C Blue Bayoux

📋 copy color: '#68767C'

red 104 ◦ green 118 ◦ blue 124

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

Shades of Blue Bayoux #68767C

Tints of Blue Bayoux #68767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.1%

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

R = 30.06%
G = 34.1%
B = 35.84%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68767C (or 0x68767C) is known color: Blue Bayoux. HEX triplet: 68, 76 and 7C. RGB value is (104,118,124). Sum of RGB (Red+Green+Blue) = 104+118+124=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: blue. Hex color #68767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68767C is #978983. Grayscale: #727272. Windows color (decimal): -9931140 or 8156776. OLE color: 8156776.

HSL color Cylindrical-coordinate representation of color #68767C: hue angle of 198º 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 #68767C is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 118 124 -
CMYK 0.16 0.05 0 0.51
HSL 198º 0.09% 0.45% -
HSV(B) 198º 0.16% 0.49% -
XYZ 15.83 17.36 21.58 -
YUV 114.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 104 118 124 0.16 0.05 0 0.51 198 0.09 0.45
Hex 68 76 7C 10 5 0 33 C6 9 2D
Octal 150 166 174 20 5 0 63 306 11 55
Binary 1101000 1110110 1111100 10000 101 0 110011 11000110 1001 101101

Color Harmonies of #68767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68767C

Black with #68767C

Text Example


Text Example

White with #68767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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