#6A417E

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

Shades of Affair #6A417E

Tints of Affair #6A417E

Color information

#6A417E (or 0x6A417E) is unknown color: approx Affair. HEX triplet: 6A, 41 and 7E. RGB value is (106,65,126). Sum of RGB (Red+Green+Blue) = 106+65+126=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 126 - color contains mainly: blue. Hex color #6A417E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A417E is #95BE81. Grayscale: #545454. Windows color (decimal): -9813634 or 8274282. OLE color: 8274282.

HSL color Cylindrical-coordinate representation of color #6A417E: hue angle of 280.33º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A417E is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10665126-
CMYK0.160.4800.51
HSL280.33º31.94%37.45%-
HSV(B)280.33º48.41%49.41%-
XYZ11.68.3520.74-
YUV84.21151.58143.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.69%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 126 (49.61% from 255) = 42.42%
R=35.69%
G=21.89%
B=42.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106651260.160.4800.51280.3331.9437.45
Hex6A417E10300331182025
Octal15210117620600634304045
Binary110101010000011111110100001100000110011100011000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,65,126); }

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

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

 a { background-color: rgb(106,65,126); }

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

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

 span { border-color: rgb(106,65,126); }

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