#67507C

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

Shades of Affair #67507C

Tints of Affair #67507C

Color information

#67507C (or 0x67507C) is unknown color: approx Affair. HEX triplet: 67, 50 and 7C. RGB value is (103,80,124). Sum of RGB (Red+Green+Blue) = 103+80+124=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #67507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67507C is #98AF83. Grayscale: #5B5B5B. Windows color (decimal): -10006404 or 8147047. OLE color: 8147047.

HSL color Cylindrical-coordinate representation of color #67507C: hue angle of 271.36º degrees, saturation: 0.22, 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 #67507C is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10380124-
CMYK0.170.3500.51
HSL271.36º21.57%40%-
HSV(B)271.36º35.48%48.63%-
XYZ12.110.0820.38-
YUV91.89146.12135.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.55%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=33.55%
G=26.06%
B=40.39%

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
Decimal103801240.170.3500.51271.3621.5740
Hex67507C112303310f1628
Octal14712017421430634172650
Binary11001111010000111110010001100011011001110000111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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