#67517C

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

Shades of Affair #67517C

Tints of Affair #67517C

Color information

#67517C (or 0x67517C) is unknown color: approx Affair. HEX triplet: 67, 51 and 7C. RGB value is (103,81,124). Sum of RGB (Red+Green+Blue) = 103+81+124=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #67517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67517C is #98AE83. Grayscale: #5C5C5C. Windows color (decimal): -10006148 or 8147303. OLE color: 8147303.

HSL color Cylindrical-coordinate representation of color #67517C: hue angle of 270.7º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67517C is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10381124-
CMYK0.170.3500.51
HSL270.7º20.98%40.2%-
HSV(B)270.7º34.68%48.63%-
XYZ12.1710.2220.4-
YUV92.48145.79135.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.44%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 124 (48.83% from 255) = 40.26%
R=33.44%
G=26.30%
B=40.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal103811240.170.3500.51270.720.9840.2
Hex67517C112303310f1528
Octal14712117421430634172550
Binary11001111010001111110010001100011011001110000111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67517C; }

 p { color: rgb(103,81,124); }

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

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

 a { background-color: rgb(103,81,124); }

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

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

 span { border-color: rgb(103,81,124); }

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