#687380

Color #687380 Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #687380

Tints of Raven #687380

Color information

#687380 (or 0x687380) is unknown color: approx Raven. HEX triplet: 68, 73 and 80. RGB value is (104,115,128). Sum of RGB (Red+Green+Blue) = 104+115+128=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 128 - color contains mainly: blue. Hex color #687380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687380 is #978C7F. Grayscale: #717171. Windows color (decimal): -9931904 or 8418152. OLE color: 8418152.

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

Color convert

RGB104115128-
CMYK0.190.1000.50
HSL212.5º10.34%45.49%-
HSV(B)212.5º18.75%50.2%-
XYZ15.7416.7622.83-
YUV113.19136.36121.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=29.97%
G=33.14%
B=36.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041151280.190.1000.50212.510.3445.49
Hex68738013A032d4a2d
Octal15016320023120623241255
Binary11010001110011100000001001110100110010110101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687380; }

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

 H1.HeaderClassName
 {
   color: #687380;
 }
 .AnyTagClassName
 {
   color: #687380;
 }
</style>
background-color css

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

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

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

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

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

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