Html Css Color HEX #686F78 Raven

📋 copy color: '#686F78'

red 104 ◦ green 111 ◦ blue 120

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

Shades of Raven #686F78

Tints of Raven #686F78

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.13%

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

R = 31.04%
G = 33.13%
B = 35.82%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686F78 (or 0x686F78) is known color: Raven. HEX triplet: 68, 6F and 78. RGB value is (104,111,120). Sum of RGB (Red+Green+Blue) = 104+111+120=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 120 - color contains mainly: blue. Hex color #686F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F78 is #979087. Grayscale: #6D6D6D. Windows color (decimal): -9932936 or 7892840. OLE color: 7892840.

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

Color convert

RGB 104 111 120 -
CMYK 0.13 0.08 0 0.53
HSL 213.75º 0.07% 0.44% -
HSV(B) 213.75º 0.13% 0.47% -
XYZ 14.78 15.67 20.01 -
YUV 109.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 104 111 120 0.13 0.08 0 0.53 213.75 0.07 0.44
Hex 68 6F 78 D 8 0 35 D6 7 2C
Octal 150 157 170 15 10 0 65 326 7 54
Binary 1101000 1101111 1111000 1101 1000 0 110101 11010110 111 101100

Color Harmonies of #686F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F78

Black with #686F78

Text Example


Text Example

White with #686F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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