Html Css Color HEX #674682 Affair

📋 copy color: '#674682'

red 103 ◦ green 70 ◦ blue 130

#674682
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #674682

Tints of Affair #674682

RGB

 RED value IS 103 (40.63% from 255) = 33.99%

 GREEN value IS 70 (27.73% from 255) = 23.1%

 BLUE value IS 130 (51.17% from 255) = 42.9%

R = 33.99%
G = 23.1%
B = 42.9%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#674682 (or 0x674682) is known color: Affair. HEX triplet: 67, 46 and 82. RGB value is (103,70,130). Sum of RGB (Red+Green+Blue) = 103+70+130=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #674682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674682 is #98B97D. Grayscale: #565656. Windows color (decimal): -10008958 or 8537703. OLE color: 8537703.

HSL color Cylindrical-coordinate representation of color #674682: hue angle of 273º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #674682 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 70 130 -
CMYK 0.21 0.46 0 0.49
HSL 273º 0.3% 0.39% -
HSV(B) 273º 0.46% 0.51% -
XYZ 11.81 8.88 22.21 -
YUV 86.71 152.43 139.62 -
System Red Green Blue C M Y K H S L
Decimal 103 70 130 0.21 0.46 0 0.49 273 0.3 0.39
Hex 67 46 82 15 2E 0 31 111 1E 27
Octal 147 106 202 25 56 0 61 421 36 47
Binary 1100111 1000110 10000010 10101 101110 0 110001 100010001 11110 100111

Color Harmonies of #674682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674682

Black with #674682

Text Example


Text Example

White with #674682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674682; }

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

 H1.HeaderClassName
 {
   color: #674682;
 }
 .AnyTagClassName
 {
   color: #674682;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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