#68477B

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

Shades of Affair #68477B

Tints of Affair #68477B

Color information

#68477B (or 0x68477B) is unknown color: approx Affair. HEX triplet: 68, 47 and 7B. RGB value is (104,71,123). Sum of RGB (Red+Green+Blue) = 104+71+123=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #68477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68477B is #97B884. Grayscale: #565656. Windows color (decimal): -9943173 or 8079208. OLE color: 8079208.

HSL color Cylindrical-coordinate representation of color #68477B: hue angle of 278.08º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68477B is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10471123-
CMYK0.150.4200.52
HSL278.08º26.8%38.04%-
HSV(B)278.08º42.28%48.24%-
XYZ11.548.8819.84-
YUV86.8148.43140.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 71 (28.12% from 255) = 23.83%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=34.90%
G=23.83%
B=41.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104711230.150.4200.52278.0826.838.04
Hex68477BF2A0341161b26
Octal15010717317520644263346
Binary1101000100011111110111111101010011010010001011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68477B; }

 p { color: rgb(104,71,123); }

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

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

 a { background-color: rgb(104,71,123); }

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

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

 span { border-color: rgb(104,71,123); }

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