#6A457B

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

Shades of Affair #6A457B

Tints of Affair #6A457B

Color information

#6A457B (or 0x6A457B) is unknown color: approx Affair. HEX triplet: 6A, 45 and 7B. RGB value is (106,69,123). Sum of RGB (Red+Green+Blue) = 106+69+123=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A457B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A457B is #95BA84. Grayscale: #565656. Windows color (decimal): -9812613 or 8078698. OLE color: 8078698.

HSL color Cylindrical-coordinate representation of color #6A457B: hue angle of 281.11º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A457B is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10669123-
CMYK0.140.4400.52
HSL281.11º28.12%37.65%-
HSV(B)281.11º43.9%48.24%-
XYZ11.658.7519.81-
YUV86.22148.76142.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.57%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=35.57%
G=23.15%
B=41.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal106691230.140.4400.52281.1128.1237.65
Hex6A457BE2C0341191c26
Octal15210517316540644313446
Binary1101010100010111110111110101100011010010001100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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