#68467B

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

Shades of Affair #68467B

Tints of Affair #68467B

Color information

#68467B (or 0x68467B) is unknown color: approx Affair. HEX triplet: 68, 46 and 7B. RGB value is (104,70,123). Sum of RGB (Red+Green+Blue) = 104+70+123=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #68467B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68467B is #97B984. Grayscale: #565656. Windows color (decimal): -9943429 or 8078952. OLE color: 8078952.

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

Color convert

RGB10470123-
CMYK0.150.4300.52
HSL278.49º27.46%37.84%-
HSV(B)278.49º43.09%48.24%-
XYZ11.478.7519.82-
YUV86.21148.76140.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 123 (48.44% from 255) = 41.41%
R=35.02%
G=23.57%
B=41.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104701230.150.4300.52278.4927.4637.84
Hex68467BF2B0341161b26
Octal15010617317530644263346
Binary1101000100011011110111111101011011010010001011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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