#6A488B

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

Shades of Affair #6A488B

Tints of Affair #6A488B

Color information

#6A488B (or 0x6A488B) is unknown color: approx Affair. HEX triplet: 6A, 48 and 8B. RGB value is (106,72,139). Sum of RGB (Red+Green+Blue) = 106+72+139=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A488B is #95B774. Grayscale: #595959. Windows color (decimal): -9811829 or 9128042. OLE color: 9128042.

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

Color convert

RGB10672139-
CMYK0.240.4800.45
HSL270.45º31.75%41.37%-
HSV(B)270.45º48.2%54.51%-
XYZ12.929.5625.59-
YUV89.8155.76139.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.44%
GREEN value IS 72 (28.52% from 255) = 22.71%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=33.44%
G=22.71%
B=43.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106721390.240.4800.45270.4531.7541.37
Hex6A488B183002D10e2029
Octal15211021330600554164051
Binary1101010100100010001011110001100000101101100001110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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