#6C7682

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

Shades of Raven #6C7682

Tints of Raven #6C7682

Color information

#6C7682 (or 0x6C7682) is unknown color: approx Raven. HEX triplet: 6C, 76 and 82. RGB value is (108,118,130). Sum of RGB (Red+Green+Blue) = 108+118+130=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C7682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7682 is #93897D. Grayscale: #747474. Windows color (decimal): -9668990 or 8549996. OLE color: 8549996.

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

Color convert

RGB108118130-
CMYK0.170.0900.49
HSL212.73º9.24%46.67%-
HSV(B)212.73º16.92%50.98%-
XYZ16.6917.7623.67-
YUV116.38135.69122.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.34%
GREEN value IS 118 (46.48% from 255) = 33.15%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=30.34%
G=33.15%
B=36.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1081181300.170.0900.49212.739.2446.67
Hex6C7682119031d592f
Octal15416620221110613251157
Binary11011001110110100000101000110010110001110101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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