Html Css Color HEX #687678 Blue Bayoux

📋 copy color: '#687678'

red 104 ◦ green 118 ◦ blue 120

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

Shades of Blue Bayoux #687678

Tints of Blue Bayoux #687678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.09%

R = 30.41%
G = 34.5%
B = 35.09%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#687678 (or 0x687678) is known color: Blue Bayoux. HEX triplet: 68, 76 and 78. RGB value is (104,118,120). Sum of RGB (Red+Green+Blue) = 104+118+120=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 120 - color contains mainly: blue. Hex color #687678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687678 is #978987. Grayscale: #727272. Windows color (decimal): -9931144 or 7894632. OLE color: 7894632.

HSL color Cylindrical-coordinate representation of color #687678: hue angle of 187.5º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #687678 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 118 120 -
CMYK 0.13 0.02 0 0.53
HSL 187.5º 0.07% 0.44% -
HSV(B) 187.5º 0.13% 0.47% -
XYZ 15.58 17.26 20.28 -
YUV 114.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 104 118 120 0.13 0.02 0 0.53 187.5 0.07 0.44
Hex 68 76 78 D 2 0 35 BC 7 2C
Octal 150 166 170 15 2 0 65 274 7 54
Binary 1101000 1110110 1111000 1101 10 0 110101 10111100 111 101100

Color Harmonies of #687678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687678

Black with #687678

Text Example


Text Example

White with #687678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687678; }

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

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

background-color css

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

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

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

border-color css

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

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

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