Html Css Color HEX #68777E Blue Bayoux

📋 copy color: '#68777E'

red 104 ◦ green 119 ◦ blue 126

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

Shades of Blue Bayoux #68777E

Tints of Blue Bayoux #68777E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.1%

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

R = 29.8%
G = 34.1%
B = 36.1%

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

#68777E (or 0x68777E) is known color: Blue Bayoux. HEX triplet: 68, 77 and 7E. RGB value is (104,119,126). Sum of RGB (Red+Green+Blue) = 104+119+126=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 126 - color contains mainly: blue. Hex color #68777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68777E is #978881. Grayscale: #737373. Windows color (decimal): -9930882 or 8288104. OLE color: 8288104.

HSL color Cylindrical-coordinate representation of color #68777E: hue angle of 199.09º degrees, saturation: 0.1, 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 #68777E is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 119 126 -
CMYK 0.17 0.06 0 0.51
HSL 199.09º 0.1% 0.45% -
HSV(B) 199.09º 0.17% 0.49% -
XYZ 16.07 17.64 22.3 -
YUV 115.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 104 119 126 0.17 0.06 0 0.51 199.09 0.1 0.45
Hex 68 77 7E 11 6 0 33 C7 A 2D
Octal 150 167 176 21 6 0 63 307 12 55
Binary 1101000 1110111 1111110 10001 110 0 110011 11000111 1010 101101

Color Harmonies of #68777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68777E

Black with #68777E

Text Example


Text Example

White with #68777E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,119,126); }

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

background-color css

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

 a { background-color: rgb(104,119,126); }

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

border-color css

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

 span { border-color: rgb(104,119,126); }

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