Html Css Color HEX #687280 Raven

📋 copy color: '#687280'

red 104 ◦ green 114 ◦ blue 128

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

Shades of Raven #687280

Tints of Raven #687280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

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

R = 30.06%
G = 32.95%
B = 36.99%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#687280 (or 0x687280) is known color: Raven. HEX triplet: 68, 72 and 80. RGB value is (104,114,128). Sum of RGB (Red+Green+Blue) = 104+114+128=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 128 - color contains mainly: blue. Hex color #687280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687280 is #978D7F. Grayscale: #707070. Windows color (decimal): -9932160 or 8417896. OLE color: 8417896.

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

Color convert

RGB 104 114 128 -
CMYK 0.19 0.11 0 0.50
HSL 215º 0.1% 0.45% -
HSV(B) 215º 0.19% 0.5% -
XYZ 15.62 16.54 22.79 -
YUV 112.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 104 114 128 0.19 0.11 0 0.50 215 0.1 0.45
Hex 68 72 80 13 B 0 32 D7 A 2D
Octal 150 162 200 23 13 0 62 327 12 55
Binary 1101000 1110010 10000000 10011 1011 0 110010 11010111 1010 101101

Color Harmonies of #687280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687280

Black with #687280

Text Example


Text Example

White with #687280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687280; }

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

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

background-color css

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

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

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

border-color css

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

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

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