#6A3F8A

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

Shades of Affair #6A3F8A

Tints of Affair #6A3F8A

Color information

#6A3F8A (or 0x6A3F8A) is unknown color: approx Affair. HEX triplet: 6A, 3F and 8A. RGB value is (106,63,138). Sum of RGB (Red+Green+Blue) = 106+63+138=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A3F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3F8A is #95C075. Grayscale: #545454. Windows color (decimal): -9814134 or 9060202. OLE color: 9060202.

HSL color Cylindrical-coordinate representation of color #6A3F8A: hue angle of 274.4º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A3F8A is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10663138-
CMYK0.230.5400.46
HSL274.4º37.31%39.41%-
HSV(B)274.4º54.35%54.12%-
XYZ12.318.4525.03-
YUV84.41158.25143.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.53%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=34.53%
G=20.52%
B=44.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106631380.230.5400.46274.437.3139.41
Hex6A3F8A173602E1122527
Octal1527721227660564224547
Binary110101011111110001010101111101100101110100010010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,63,138); }

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

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

 a { background-color: rgb(106,63,138); }

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

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

 span { border-color: rgb(106,63,138); }

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