#674885

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

Shades of Affair #674885

Tints of Affair #674885

Color information

#674885 (or 0x674885) is unknown color: approx Affair. HEX triplet: 67, 48 and 85. RGB value is (103,72,133). Sum of RGB (Red+Green+Blue) = 103+72+133=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #674885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674885 is #98B77A. Grayscale: #585858. Windows color (decimal): -10008443 or 8734823. OLE color: 8734823.

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

Color convert

RGB10372133-
CMYK0.230.4600.48
HSL270.49º29.76%40.2%-
HSV(B)270.49º45.86%52.16%-
XYZ12.149.2123.33-
YUV88.22153.27138.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.44%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=33.44%
G=23.38%
B=43.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103721330.230.4600.48270.4929.7640.2
Hex674885172E03010e1e28
Octal14711020527560604163650
Binary110011110010001000010110111101110011000010000111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674885; }

 p { color: rgb(103,72,133); }

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

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

 a { background-color: rgb(103,72,133); }

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

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

 span { border-color: rgb(103,72,133); }

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