Html Css Color HEX #68767B Blue Bayoux

📋 copy color: '#68767B'

red 104 ◦ green 118 ◦ blue 123

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

Shades of Blue Bayoux #68767B

Tints of Blue Bayoux #68767B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 30.14%
G = 34.2%
B = 35.65%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#68767B (or 0x68767B) is known color: Blue Bayoux. HEX triplet: 68, 76 and 7B. RGB value is (104,118,123). Sum of RGB (Red+Green+Blue) = 104+118+123=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 123 - color contains mainly: blue. Hex color #68767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68767B is #978984. Grayscale: #727272. Windows color (decimal): -9931141 or 8091240. OLE color: 8091240.

HSL color Cylindrical-coordinate representation of color #68767B: hue angle of 195.79º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #68767B is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 104 118 123 -
CMYK 0.15 0.04 0 0.52
HSL 195.79º 0.08% 0.45% -
HSV(B) 195.79º 0.15% 0.48% -
XYZ 15.76 17.33 21.25 -
YUV 114.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 104 118 123 0.15 0.04 0 0.52 195.79 0.08 0.45
Hex 68 76 7B F 4 0 34 C4 8 2D
Octal 150 166 173 17 4 0 64 304 10 55
Binary 1101000 1110110 1111011 1111 100 0 110100 11000100 1000 101101

Color Harmonies of #68767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68767B

Black with #68767B

Text Example


Text Example

White with #68767B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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