#6B5281

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

Shades of Affair #6B5281

Tints of Affair #6B5281

Color information

#6B5281 (or 0x6B5281) is unknown color: approx Affair. HEX triplet: 6B, 52 and 81. RGB value is (107,82,129). Sum of RGB (Red+Green+Blue) = 107+82+129=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #6B5281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5281 is #94AD7E. Grayscale: #5E5E5E. Windows color (decimal): -9743743 or 8475243. OLE color: 8475243.

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

Color convert

RGB10782129-
CMYK0.170.3600.49
HSL271.91º22.27%41.37%-
HSV(B)271.91º36.43%50.59%-
XYZ13.0410.7522.16-
YUV94.83147.28136.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.65%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=33.65%
G=25.79%
B=40.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107821290.170.3600.49271.9122.2741.37
Hex6B528111240311101629
Octal15312220121440614202651
Binary110101110100101000000110001100100011000110001000010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,82,129); }

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

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

 a { background-color: rgb(107,82,129); }

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

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

 span { border-color: rgb(107,82,129); }

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