#6C458A

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

Shades of Affair #6C458A

Tints of Affair #6C458A

Color information

#6C458A (or 0x6C458A) is unknown color: approx Affair. HEX triplet: 6C, 45 and 8A. RGB value is (108,69,138). Sum of RGB (Red+Green+Blue) = 108+69+138=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C458A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C458A is #93BA75. Grayscale: #585858. Windows color (decimal): -9681526 or 9061740. OLE color: 9061740.

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

Color convert

RGB10869138-
CMYK0.220.500.46
HSL273.91º33.33%40.59%-
HSV(B)273.91º50%54.12%-
XYZ12.99.2825.16-
YUV88.53155.92141.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.29%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 138 (54.30% from 255) = 43.81%
R=34.29%
G=21.90%
B=43.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108691380.220.500.46273.9133.3340.59
Hex6C458A163202E1122129
Octal15410521226620564224151
Binary1101100100010110001010101101100100101110100010010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,69,138); }

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

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

 a { background-color: rgb(108,69,138); }

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

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

 span { border-color: rgb(108,69,138); }

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