#684188

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

Shades of Affair #684188

Tints of Affair #684188

Color information

#684188 (or 0x684188) is unknown color: approx Affair. HEX triplet: 68, 41 and 88. RGB value is (104,65,136). Sum of RGB (Red+Green+Blue) = 104+65+136=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #684188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684188 is #97BE77. Grayscale: #545454. Windows color (decimal): -9944696 or 8929640. OLE color: 8929640.

HSL color Cylindrical-coordinate representation of color #684188: hue angle of 272.96º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #684188 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10465136-
CMYK0.240.5200.47
HSL272.96º35.32%39.41%-
HSV(B)272.96º52.21%53.33%-
XYZ12.048.524.3-
YUV84.76156.92141.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=34.10%
G=21.31%
B=44.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104651360.240.5200.47272.9635.3239.41
Hex684188183402F1112327
Octal15010121030640574214347
Binary1101000100000110001000110001101000101111100010001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684188; }

 p { color: rgb(104,65,136); }

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

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

 a { background-color: rgb(104,65,136); }

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

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

 span { border-color: rgb(104,65,136); }

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