#6A457F

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

Shades of Affair #6A457F

Tints of Affair #6A457F

Color information

#6A457F (or 0x6A457F) is unknown color: approx Affair. HEX triplet: 6A, 45 and 7F. RGB value is (106,69,127). Sum of RGB (Red+Green+Blue) = 106+69+127=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #6A457F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A457F is #95BA80. Grayscale: #565656. Windows color (decimal): -9812609 or 8340842. OLE color: 8340842.

HSL color Cylindrical-coordinate representation of color #6A457F: hue angle of 278.28º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A457F is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10669127-
CMYK0.170.4600.50
HSL278.28º29.59%38.43%-
HSV(B)278.28º45.67%49.8%-
XYZ11.98.8521.16-
YUV86.68150.76141.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.10%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 127 (50% from 255) = 42.05%
R=35.10%
G=22.85%
B=42.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal106691270.170.4600.50278.2829.5938.43
Hex6A457F112E0321161e26
Octal15210517721560624263646
Binary11010101000101111111110001101110011001010001011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,69,127); }

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

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

 a { background-color: rgb(106,69,127); }

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

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

 span { border-color: rgb(106,69,127); }

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