Html Css Color HEX #68797F Blue Bayoux

📋 copy color: '#68797F'

red 104 ◦ green 121 ◦ blue 127

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

Shades of Blue Bayoux #68797F

Tints of Blue Bayoux #68797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.38%

 BLUE value IS 127 (50% from 255) = 36.08%

R = 29.55%
G = 34.38%
B = 36.08%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#68797F (or 0x68797F) is known color: Blue Bayoux. HEX triplet: 68, 79 and 7F. RGB value is (104,121,127). Sum of RGB (Red+Green+Blue) = 104+121+127=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 127 - color contains mainly: blue. Hex color #68797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68797F is #978680. Grayscale: #747474. Windows color (decimal): -9930369 or 8354152. OLE color: 8354152.

HSL color Cylindrical-coordinate representation of color #68797F: hue angle of 195.65º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68797F is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 121 127 -
CMYK 0.18 0.05 0 0.50
HSL 195.65º 0.1% 0.45% -
HSV(B) 195.65º 0.18% 0.5% -
XYZ 16.38 18.15 22.72 -
YUV 116.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 104 121 127 0.18 0.05 0 0.50 195.65 0.1 0.45
Hex 68 79 7F 12 5 0 32 C4 A 2D
Octal 150 171 177 22 5 0 62 304 12 55
Binary 1101000 1111001 1111111 10010 101 0 110010 11000100 1010 101101

Color Harmonies of #68797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68797F

Black with #68797F

Text Example


Text Example

White with #68797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68797F; }

 p { color: rgb(104,121,127); }

 H1.HeaderClassName
 {
   color: #68797F;
 }
 .AnyTagClassName
 {
   color: #68797F;
 }
</style>

background-color css

<style>
 a { background-color: #68797F; }

 a { background-color: rgb(104,121,127); }

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

border-color css

<style>
 span { border-color: #68797F; }

 span { border-color: rgb(104,121,127); }

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