Html Css Color HEX #686C74 Raven

📋 copy color: '#686C74'

red 104 ◦ green 108 ◦ blue 116

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

Shades of Raven #686C74

Tints of Raven #686C74

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.93%

 BLUE value IS 116 (45.7% from 255) = 35.37%

R = 31.71%
G = 32.93%
B = 35.37%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#686C74 (or 0x686C74) is known color: Raven. HEX triplet: 68, 6C and 74. RGB value is (104,108,116). Sum of RGB (Red+Green+Blue) = 104+108+116=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 116 - color contains mainly: blue. Hex color #686C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C74 is #97938B. Grayscale: #6B6B6B. Windows color (decimal): -9933708 or 7629928. OLE color: 7629928.

HSL color Cylindrical-coordinate representation of color #686C74: hue angle of 220º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #686C74 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 108 116 -
CMYK 0.10 0.07 0 0.55
HSL 220º 0.05% 0.43% -
HSV(B) 220º 0.1% 0.45% -
XYZ 14.22 14.93 18.65 -
YUV 107.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 104 108 116 0.10 0.07 0 0.55 220 0.05 0.43
Hex 68 6C 74 A 7 0 37 DC 5 2B
Octal 150 154 164 12 7 0 67 334 5 53
Binary 1101000 1101100 1110100 1010 111 0 110111 11011100 101 101011

Color Harmonies of #686C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686C74

Black with #686C74

Text Example


Text Example

White with #686C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,108,116); }

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

background-color css

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

 a { background-color: rgb(104,108,116); }

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

border-color css

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

 span { border-color: rgb(104,108,116); }

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