#6B3885

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

Shades of Affair #6B3885

Tints of Affair #6B3885

Color information

#6B3885 (or 0x6B3885) is unknown color: approx Affair. HEX triplet: 6B, 38 and 85. RGB value is (107,56,133). Sum of RGB (Red+Green+Blue) = 107+56+133=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B3885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3885 is #94C77A. Grayscale: #4F4F4F. Windows color (decimal): -9750395 or 8730731. OLE color: 8730731.

HSL color Cylindrical-coordinate representation of color #6B3885: hue angle of 279.74º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B3885 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10756133-
CMYK0.200.5800.48
HSL279.74º40.74%37.06%-
HSV(B)279.74º57.89%52.16%-
XYZ11.717.6523.05-
YUV80.03157.9147.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.15%
GREEN value IS 56 (22.27% from 255) = 18.92%
BLUE value IS 133 (52.34% from 255) = 44.93%
R=36.15%
G=18.92%
B=44.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107561330.200.5800.48279.7440.7437.06
Hex6B3885143A0301182925
Octal1537020524720604305145
Binary110101111100010000101101001110100110000100011000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,56,133); }

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

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

 a { background-color: rgb(107,56,133); }

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

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

 span { border-color: rgb(107,56,133); }

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