#6A488C

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

Shades of Affair #6A488C

Tints of Affair #6A488C

Color information

#6A488C (or 0x6A488C) is unknown color: approx Affair. HEX triplet: 6A, 48 and 8C. RGB value is (106,72,140). Sum of RGB (Red+Green+Blue) = 106+72+140=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A488C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A488C is #95B773. Grayscale: #595959. Windows color (decimal): -9811828 or 9193578. OLE color: 9193578.

HSL color Cylindrical-coordinate representation of color #6A488C: hue angle of 270º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A488C is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10672140-
CMYK0.240.4900.45
HSL270º32.08%41.57%-
HSV(B)270º48.57%54.9%-
XYZ12.999.5925.98-
YUV89.92156.26139.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 22.64%
BLUE value IS 140 (55.08% from 255) = 44.03%
R=33.33%
G=22.64%
B=44.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106721400.240.4900.4527032.0841.57
Hex6A488C183102D10e202a
Octal15211021430610554164052
Binary1101010100100010001100110001100010101101100001110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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