#674686

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

Shades of Affair #674686

Tints of Affair #674686

Color information

#674686 (or 0x674686) is unknown color: approx Affair. HEX triplet: 67, 46 and 86. RGB value is (103,70,134). Sum of RGB (Red+Green+Blue) = 103+70+134=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #674686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674686 is #98B979. Grayscale: #565656. Windows color (decimal): -10008954 or 8799847. OLE color: 8799847.

HSL color Cylindrical-coordinate representation of color #674686: hue angle of 270.94º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #674686 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10370134-
CMYK0.230.4800.47
HSL270.94º31.37%40%-
HSV(B)270.94º47.76%52.55%-
XYZ12.098.9923.65-
YUV87.16154.43139.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.55%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 134 (52.73% from 255) = 43.65%
R=33.55%
G=22.80%
B=43.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal103701340.230.4800.47270.9431.3740
Hex674686173002F10f1f28
Octal14710620627600574173750
Binary110011110001101000011010111110000010111110000111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674686; }

 p { color: rgb(103,70,134); }

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

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

 a { background-color: rgb(103,70,134); }

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

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

 span { border-color: rgb(103,70,134); }

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