#674A83

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

Shades of Affair #674A83

Tints of Affair #674A83

Color information

#674A83 (or 0x674A83) is unknown color: approx Affair. HEX triplet: 67, 4A and 83. RGB value is (103,74,131). Sum of RGB (Red+Green+Blue) = 103+74+131=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #674A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674A83 is #98B57C. Grayscale: #585858. Windows color (decimal): -10007933 or 8604263. OLE color: 8604263.

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

Color convert

RGB10374131-
CMYK0.210.4400.49
HSL270.53º27.8%40.2%-
HSV(B)270.53º43.51%51.37%-
XYZ12.149.4222.65-
YUV89.17151.61137.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.44%
GREEN value IS 74 (29.30% from 255) = 24.03%
BLUE value IS 131 (51.56% from 255) = 42.53%
R=33.44%
G=24.03%
B=42.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103741310.210.4400.49270.5327.840.2
Hex674A83152C03110f1c28
Octal14711220325540614173450
Binary110011110010101000001110101101100011000110000111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674A83; }

 p { color: rgb(103,74,131); }

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

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

 a { background-color: rgb(103,74,131); }

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

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

 span { border-color: rgb(103,74,131); }

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