#674385

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

Shades of Affair #674385

Tints of Affair #674385

Color information

#674385 (or 0x674385) is unknown color: approx Affair. HEX triplet: 67, 43 and 85. RGB value is (103,67,133). Sum of RGB (Red+Green+Blue) = 103+67+133=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #674385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674385 is #98BC7A. Grayscale: #555555. Windows color (decimal): -10009723 or 8733543. OLE color: 8733543.

HSL color Cylindrical-coordinate representation of color #674385: hue angle of 272.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #674385 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10367133-
CMYK0.230.5000.48
HSL272.73º33%39.22%-
HSV(B)272.73º49.62%52.16%-
XYZ11.838.5923.22-
YUV85.29154.93140.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.99%
GREEN value IS 67 (26.56% from 255) = 22.11%
BLUE value IS 133 (52.34% from 255) = 43.89%
R=33.99%
G=22.11%
B=43.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103671330.230.5000.48272.733339.22
Hex67438517320301112127
Octal14710320527620604214147
Binary1100111100001110000101101111100100110000100010001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674385; }

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

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

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

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

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

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

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

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