#6A488A

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

Shades of Affair #6A488A

Tints of Affair #6A488A

Color information

#6A488A (or 0x6A488A) is unknown color: approx Affair. HEX triplet: 6A, 48 and 8A. RGB value is (106,72,138). Sum of RGB (Red+Green+Blue) = 106+72+138=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A488A is #95B775. Grayscale: #595959. Windows color (decimal): -9811830 or 9062506. OLE color: 9062506.

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

Color convert

RGB10672138-
CMYK0.230.4800.46
HSL270.91º31.43%41.18%-
HSV(B)270.91º47.83%54.12%-
XYZ12.859.5325.21-
YUV89.69155.26139.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 72 (28.52% from 255) = 22.78%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=33.54%
G=22.78%
B=43.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106721380.230.4800.46270.9131.4341.18
Hex6A488A173002E10f1f29
Octal15211021227600564173751
Binary110101010010001000101010111110000010111010000111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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