#68547B

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

Shades of Affair #68547B

Tints of Affair #68547B

Color information

#68547B (or 0x68547B) is unknown color: approx Affair. HEX triplet: 68, 54 and 7B. RGB value is (104,84,123). Sum of RGB (Red+Green+Blue) = 104+84+123=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 123 - color contains mainly: blue. Hex color #68547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68547B is #97AB84. Grayscale: #5E5E5E. Windows color (decimal): -9939845 or 8082536. OLE color: 8082536.

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

Color convert

RGB10484123-
CMYK0.150.3200.52
HSL270.77º18.84%40.59%-
HSV(B)270.77º31.71%48.24%-
XYZ12.4510.7120.15-
YUV94.43144.13134.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 123 (48.44% from 255) = 39.55%
R=33.44%
G=27.01%
B=39.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104841230.150.3200.52270.7718.8440.59
Hex68547BF2003410f1329
Octal15012417317400644172351
Binary1101000101010011110111111100000011010010000111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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