#6A7481

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

Shades of Raven #6A7481

Tints of Raven #6A7481

Color information

#6A7481 (or 0x6A7481) is unknown color: approx Raven. HEX triplet: 6A, 74 and 81. RGB value is (106,116,129). Sum of RGB (Red+Green+Blue) = 106+116+129=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 129 - color contains mainly: blue. Hex color #6A7481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7481 is #958B7E. Grayscale: #727272. Windows color (decimal): -9800575 or 8483946. OLE color: 8483946.

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

Color convert

RGB106116129-
CMYK0.180.1000.49
HSL213.91º9.79%46.08%-
HSV(B)213.91º17.83%50.59%-
XYZ16.1517.1423.23-
YUV114.49136.19121.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.20%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 129 (50.78% from 255) = 36.75%
R=30.20%
G=33.05%
B=36.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1061161290.180.1000.49213.919.7946.08
Hex6A748112A031d6a2e
Octal15216420122120613261256
Binary11010101110100100000011001010100110001110101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,116,129); }

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

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

 a { background-color: rgb(106,116,129); }

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

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

 span { border-color: rgb(106,116,129); }

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