#6E7682

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

Shades of Raven #6E7682

Tints of Raven #6E7682

Color information

#6E7682 (or 0x6E7682) is unknown color: approx Raven. HEX triplet: 6E, 76 and 82. RGB value is (110,118,130). Sum of RGB (Red+Green+Blue) = 110+118+130=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E7682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7682 is #91897D. Grayscale: #747474. Windows color (decimal): -9537918 or 8549998. OLE color: 8549998.

HSL color Cylindrical-coordinate representation of color #6E7682: hue angle of 216º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E7682 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB110118130-
CMYK0.150.0900.49
HSL216º8.33%47.06%-
HSV(B)216º15.38%50.98%-
XYZ16.9417.8823.68-
YUV116.98135.35123.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.73%
GREEN value IS 118 (46.48% from 255) = 32.96%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=30.73%
G=32.96%
B=36.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1101181300.150.0900.492168.3347.06
Hex6E7682F9031d882f
Octal15616620217110613301057
Binary1101110111011010000010111110010110001110110001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E7682; }

 p { color: rgb(110,118,130); }

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

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

 a { background-color: rgb(110,118,130); }

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

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

 span { border-color: rgb(110,118,130); }

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