Html Css Color HEX #686F7A Raven

📋 copy color: '#686F7A'

red 104 ◦ green 111 ◦ blue 122

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

Shades of Raven #686F7A

Tints of Raven #686F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.2%

R = 30.86%
G = 32.94%
B = 36.2%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#686F7A (or 0x686F7A) is known color: Raven. HEX triplet: 68, 6F and 7A. RGB value is (104,111,122). Sum of RGB (Red+Green+Blue) = 104+111+122=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #686F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F7A is #979085. Grayscale: #6E6E6E. Windows color (decimal): -9932934 or 8023912. OLE color: 8023912.

HSL color Cylindrical-coordinate representation of color #686F7A: hue angle of 216.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #686F7A is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 104 111 122 -
CMYK 0.15 0.09 0 0.52
HSL 216.67º 0.08% 0.44% -
HSV(B) 216.67º 0.15% 0.48% -
XYZ 14.91 15.72 20.66 -
YUV 110.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 104 111 122 0.15 0.09 0 0.52 216.67 0.08 0.44
Hex 68 6F 7A F 9 0 34 D9 8 2C
Octal 150 157 172 17 11 0 64 331 10 54
Binary 1101000 1101111 1111010 1111 1001 0 110100 11011001 1000 101100

Color Harmonies of #686F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F7A

Black with #686F7A

Text Example


Text Example

White with #686F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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