#6C7582

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

Shades of Raven #6C7582

Tints of Raven #6C7582

Color information

#6C7582 (or 0x6C7582) is unknown color: approx Raven. HEX triplet: 6C, 75 and 82. RGB value is (108,117,130). Sum of RGB (Red+Green+Blue) = 108+117+130=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C7582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7582 is #938A7D. Grayscale: #737373. Windows color (decimal): -9669246 or 8549740. OLE color: 8549740.

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

Color convert

RGB108117130-
CMYK0.170.100.49
HSL215.45º9.24%46.67%-
HSV(B)215.45º16.92%50.98%-
XYZ16.5717.5223.63-
YUV115.79136.02122.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.42%
GREEN value IS 117 (46.09% from 255) = 32.96%
BLUE value IS 130 (51.17% from 255) = 36.62%
R=30.42%
G=32.96%
B=36.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1081171300.170.100.49215.459.2446.67
Hex6C758211A031d792f
Octal15416520221120613271157
Binary11011001110101100000101000110100110001110101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,117,130); }

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

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

 a { background-color: rgb(108,117,130); }

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

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

 span { border-color: rgb(108,117,130); }

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