Html Css Color HEX #687080 Raven

📋 copy color: '#687080'

red 104 ◦ green 112 ◦ blue 128

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

Shades of Raven #687080

Tints of Raven #687080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.56%

 BLUE value IS 128 (50.39% from 255) = 37.21%

R = 30.23%
G = 32.56%
B = 37.21%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#687080 (or 0x687080) is known color: Raven. HEX triplet: 68, 70 and 80. RGB value is (104,112,128). Sum of RGB (Red+Green+Blue) = 104+112+128=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 128 - color contains mainly: blue. Hex color #687080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687080 is #978F7F. Grayscale: #6F6F6F. Windows color (decimal): -9932672 or 8417384. OLE color: 8417384.

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

Color convert

RGB 104 112 128 -
CMYK 0.19 0.12 0 0.50
HSL 220º 0.1% 0.45% -
HSV(B) 220º 0.19% 0.5% -
XYZ 15.4 16.09 22.72 -
YUV 111.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 104 112 128 0.19 0.12 0 0.50 220 0.1 0.45
Hex 68 70 80 13 C 0 32 DC A 2D
Octal 150 160 200 23 14 0 62 334 12 55
Binary 1101000 1110000 10000000 10011 1100 0 110010 11011100 1010 101101

Color Harmonies of #687080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687080

Black with #687080

Text Example


Text Example

White with #687080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687080; }

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

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

background-color css

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

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

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

border-color css

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

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

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