#687078

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

Shades of Raven #687078

Tints of Raven #687078

Color information

#687078 (or 0x687078) is unknown color: approx Raven. HEX triplet: 68, 70 and 78. RGB value is (104,112,120). Sum of RGB (Red+Green+Blue) = 104+112+120=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 120 - color contains mainly: blue. Hex color #687078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687078 is #978F87. Grayscale: #6E6E6E. Windows color (decimal): -9932680 or 7893096. OLE color: 7893096.

HSL color Cylindrical-coordinate representation of color #687078: hue angle of 210º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #687078 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB104112120-
CMYK0.130.0700.53
HSL210º7.14%43.92%-
HSV(B)210º13.33%47.06%-
XYZ14.8915.8920.05-
YUV110.52133.35123.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.95%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=30.95%
G=33.33%
B=35.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041121200.130.0700.532107.1443.92
Hex687078D7035d272c
Octal150160170157065322754
Binary1101000111000011110001101111011010111010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687078; }

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

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

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

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

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

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

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

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