Html Css Color HEX #68757B Blue Bayoux

📋 copy color: '#68757B'

red 104 ◦ green 117 ◦ blue 123

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

Shades of Blue Bayoux #68757B

Tints of Blue Bayoux #68757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.01%

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

R = 30.23%
G = 34.01%
B = 35.76%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#68757B (or 0x68757B) is known color: Blue Bayoux. HEX triplet: 68, 75 and 7B. RGB value is (104,117,123). Sum of RGB (Red+Green+Blue) = 104+117+123=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 123 - color contains mainly: blue. Hex color #68757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68757B is #978A84. Grayscale: #717171. Windows color (decimal): -9931397 or 8090984. OLE color: 8090984.

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

Color convert

RGB 104 117 123 -
CMYK 0.15 0.05 0 0.52
HSL 198.95º 0.08% 0.45% -
HSV(B) 198.95º 0.15% 0.48% -
XYZ 15.65 17.1 21.21 -
YUV 113.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 104 117 123 0.15 0.05 0 0.52 198.95 0.08 0.45
Hex 68 75 7B F 5 0 34 C7 8 2D
Octal 150 165 173 17 5 0 64 307 10 55
Binary 1101000 1110101 1111011 1111 101 0 110100 11000111 1000 101101

Color Harmonies of #68757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68757B

Black with #68757B

Text Example


Text Example

White with #68757B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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