#68527B

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

Shades of Affair #68527B

Tints of Affair #68527B

Color information

#68527B (or 0x68527B) is unknown color: approx Affair. HEX triplet: 68, 52 and 7B. RGB value is (104,82,123). Sum of RGB (Red+Green+Blue) = 104+82+123=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #68527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68527B is #97AD84. Grayscale: #5D5D5D. Windows color (decimal): -9940357 or 8082024. OLE color: 8082024.

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

Color convert

RGB10482123-
CMYK0.150.3300.52
HSL272.2º20%40.2%-
HSV(B)272.2º33.33%48.24%-
XYZ12.310.4120.1-
YUV93.25144.79135.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=33.66%
G=26.54%
B=39.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104821230.150.3300.52272.22040.2
Hex68527BF210341101428
Octal15012217317410644202450
Binary1101000101001011110111111100001011010010001000010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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