Html Css Color HEX #686E7F Raven

📋 copy color: '#686E7F'

red 104 ◦ green 110 ◦ blue 127

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

Shades of Raven #686E7F

Tints of Raven #686E7F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.26%

 BLUE value IS 127 (50% from 255) = 37.24%

R = 30.5%
G = 32.26%
B = 37.24%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#686E7F (or 0x686E7F) is known color: Raven. HEX triplet: 68, 6E and 7F. RGB value is (104,110,127). Sum of RGB (Red+Green+Blue) = 104+110+127=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #686E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E7F is #979180. Grayscale: #6E6E6E. Windows color (decimal): -9933185 or 8351336. OLE color: 8351336.

HSL color Cylindrical-coordinate representation of color #686E7F: hue angle of 224.35º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #686E7F is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 110 127 -
CMYK 0.18 0.13 0 0.50
HSL 224.35º 0.1% 0.45% -
HSV(B) 224.35º 0.18% 0.5% -
XYZ 15.12 15.63 22.3 -
YUV 110.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 104 110 127 0.18 0.13 0 0.50 224.35 0.1 0.45
Hex 68 6E 7F 12 D 0 32 E0 A 2D
Octal 150 156 177 22 15 0 62 340 12 55
Binary 1101000 1101110 1111111 10010 1101 0 110010 11100000 1010 101101

Color Harmonies of #686E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686E7F

Black with #686E7F

Text Example


Text Example

White with #686E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,110,127); }

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

background-color css

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

 a { background-color: rgb(104,110,127); }

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

border-color css

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

 span { border-color: rgb(104,110,127); }

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