#6F7982

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

Shades of Raven #6F7982

Tints of Raven #6F7982

Color information

#6F7982 (or 0x6F7982) is unknown color: approx Raven. HEX triplet: 6F, 79 and 82. RGB value is (111,121,130). Sum of RGB (Red+Green+Blue) = 111+121+130=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 130 - color contains mainly: blue. Hex color #6F7982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7982 is #90867D. Grayscale: #767676. Windows color (decimal): -9471614 or 8550767. OLE color: 8550767.

HSL color Cylindrical-coordinate representation of color #6F7982: hue angle of 208.42º 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 #6F7982 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB111121130-
CMYK0.150.0700.49
HSL208.42º7.88%47.25%-
HSV(B)208.42º14.62%50.98%-
XYZ17.4218.6723.8-
YUV119.04134.19122.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.66%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 130 (51.17% from 255) = 35.91%
R=30.66%
G=33.43%
B=35.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1111211300.150.0700.49208.427.8847.25
Hex6F7982F7031d082f
Octal1571712021770613201057
Binary110111111110011000001011111110110001110100001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,121,130); }

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

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

 a { background-color: rgb(111,121,130); }

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

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

 span { border-color: rgb(111,121,130); }

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