Html Css Color HEX #687378 Blue Bayoux

📋 copy color: '#687378'

red 104 ◦ green 115 ◦ blue 120

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

Shades of Blue Bayoux #687378

Tints of Blue Bayoux #687378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.92%

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

R = 30.68%
G = 33.92%
B = 35.4%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#687378 (or 0x687378) is known color: Blue Bayoux. HEX triplet: 68, 73 and 78. RGB value is (104,115,120). Sum of RGB (Red+Green+Blue) = 104+115+120=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 120 - color contains mainly: blue. Hex color #687378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687378 is #978C87. Grayscale: #707070. Windows color (decimal): -9931912 or 7893864. OLE color: 7893864.

HSL color Cylindrical-coordinate representation of color #687378: hue angle of 198.75º 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 #687378 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 115 120 -
CMYK 0.13 0.04 0 0.53
HSL 198.75º 0.07% 0.44% -
HSV(B) 198.75º 0.13% 0.47% -
XYZ 15.23 16.56 20.16 -
YUV 112.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 104 115 120 0.13 0.04 0 0.53 198.75 0.07 0.44
Hex 68 73 78 D 4 0 35 C7 7 2C
Octal 150 163 170 15 4 0 65 307 7 54
Binary 1101000 1110011 1111000 1101 100 0 110101 11000111 111 101100

Color Harmonies of #687378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687378

Black with #687378

Text Example


Text Example

White with #687378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687378; }

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

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

background-color css

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

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

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

border-color css

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

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

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