#6B488B

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

Shades of Affair #6B488B

Tints of Affair #6B488B

Color information

#6B488B (or 0x6B488B) is unknown color: approx Affair. HEX triplet: 6B, 48 and 8B. RGB value is (107,72,139). Sum of RGB (Red+Green+Blue) = 107+72+139=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B488B is #94B774. Grayscale: #595959. Windows color (decimal): -9746293 or 9128043. OLE color: 9128043.

HSL color Cylindrical-coordinate representation of color #6B488B: hue angle of 271.34º 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 #6B488B is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10772139-
CMYK0.230.4800.45
HSL271.34º31.75%41.37%-
HSV(B)271.34º48.2%54.51%-
XYZ13.049.6225.6-
YUV90.1155.6140.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.65%
GREEN value IS 72 (28.52% from 255) = 22.64%
BLUE value IS 139 (54.69% from 255) = 43.71%
R=33.65%
G=22.64%
B=43.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107721390.230.4800.45271.3431.7541.37
Hex6B488B173002D10f2029
Octal15311021327600554174051
Binary1101011100100010001011101111100000101101100001111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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