Html Css Color HEX #687480 Raven

📋 copy color: '#687480'

red 104 ◦ green 116 ◦ blue 128

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

Shades of Raven #687480

Tints of Raven #687480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.33%

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

R = 29.89%
G = 33.33%
B = 36.78%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#687480 (or 0x687480) is known color: Raven. HEX triplet: 68, 74 and 80. RGB value is (104,116,128). Sum of RGB (Red+Green+Blue) = 104+116+128=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 128 - color contains mainly: blue. Hex color #687480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687480 is #978B7F. Grayscale: #717171. Windows color (decimal): -9931648 or 8418408. OLE color: 8418408.

HSL color Cylindrical-coordinate representation of color #687480: hue angle of 210º 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 #687480 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 116 128 -
CMYK 0.19 0.09 0 0.50
HSL 210º 0.1% 0.45% -
HSV(B) 210º 0.19% 0.5% -
XYZ 15.85 16.99 22.87 -
YUV 113.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 104 116 128 0.19 0.09 0 0.50 210 0.1 0.45
Hex 68 74 80 13 9 0 32 D2 A 2D
Octal 150 164 200 23 11 0 62 322 12 55
Binary 1101000 1110100 10000000 10011 1001 0 110010 11010010 1010 101101

Color Harmonies of #687480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687480

Black with #687480

Text Example


Text Example

White with #687480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687480; }

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

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

background-color css

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

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

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

border-color css

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

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

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