Html Css Color HEX #68797B Blue Bayoux

📋 copy color: '#68797B'

red 104 ◦ green 121 ◦ blue 123

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

Shades of Blue Bayoux #68797B

Tints of Blue Bayoux #68797B

RGB

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

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

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

R = 29.89%
G = 34.77%
B = 35.34%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#68797B (or 0x68797B) is known color: Blue Bayoux. HEX triplet: 68, 79 and 7B. RGB value is (104,121,123). Sum of RGB (Red+Green+Blue) = 104+121+123=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 123 - color contains mainly: blue. Hex color #68797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68797B is #978684. Grayscale: #747474. Windows color (decimal): -9930373 or 8092008. OLE color: 8092008.

HSL color Cylindrical-coordinate representation of color #68797B: hue angle of 186.32º 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 #68797B is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 104 121 123 -
CMYK 0.15 0.02 0 0.52
HSL 186.32º 0.08% 0.45% -
HSV(B) 186.32º 0.15% 0.48% -
XYZ 16.12 18.05 21.37 -
YUV 116.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 104 121 123 0.15 0.02 0 0.52 186.32 0.08 0.45
Hex 68 79 7B F 2 0 34 BA 8 2D
Octal 150 171 173 17 2 0 64 272 10 55
Binary 1101000 1111001 1111011 1111 10 0 110100 10111010 1000 101101

Color Harmonies of #68797B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68797B

Black with #68797B

Text Example


Text Example

White with #68797B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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