Html Css Color HEX #686A70 Raven

📋 copy color: '#686A70'

red 104 ◦ green 106 ◦ blue 112

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

Shades of Raven #686A70

Tints of Raven #686A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.92%

 BLUE value IS 112 (44.14% from 255) = 34.78%

R = 32.3%
G = 32.92%
B = 34.78%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#686A70 (or 0x686A70) is known color: Raven. HEX triplet: 68, 6A and 70. RGB value is (104,106,112). Sum of RGB (Red+Green+Blue) = 104+106+112=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 112 - color contains mainly: blue. Hex color #686A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A70 is #97958F. Grayscale: #6A6A6A. Windows color (decimal): -9934224 or 7367272. OLE color: 7367272.

HSL color Cylindrical-coordinate representation of color #686A70: hue angle of 225º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #686A70 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 106 112 -
CMYK 0.07 0.05 0 0.56
HSL 225º 0.04% 0.42% -
HSV(B) 225º 0.07% 0.44% -
XYZ 13.79 14.42 17.39 -
YUV 106.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 104 106 112 0.07 0.05 0 0.56 225 0.04 0.42
Hex 68 6A 70 7 5 0 38 E1 4 2A
Octal 150 152 160 7 5 0 70 341 4 52
Binary 1101000 1101010 1110000 111 101 0 111000 11100001 100 101010

Color Harmonies of #686A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A70

Black with #686A70

Text Example


Text Example

White with #686A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,106,112); }

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

background-color css

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

 a { background-color: rgb(104,106,112); }

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

border-color css

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

 span { border-color: rgb(104,106,112); }

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