Html Css Color HEX #674A83 Affair

📋 copy color: '#674A83'

red 103 ◦ green 74 ◦ blue 131

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

Shades of Affair #674A83

Tints of Affair #674A83

RGB

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

 GREEN value IS 74 (29.3% 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 value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#674A83 (or 0x674A83) is known color: 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

RGB 103 74 131 -
CMYK 0.21 0.44 0 0.49
HSL 270.53º 0.28% 0.4% -
HSV(B) 270.53º 0.44% 0.51% -
XYZ 12.14 9.42 22.65 -
YUV 89.17 151.61 137.87 -
System Red Green Blue C M Y K H S L
Decimal 103 74 131 0.21 0.44 0 0.49 270.53 0.28 0.4
Hex 67 4A 83 15 2C 0 31 10F 1C 28
Octal 147 112 203 25 54 0 61 417 34 50
Binary 1100111 1001010 10000011 10101 101100 0 110001 100001111 11100 101000

Color Harmonies of #674A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674A83

Black with #674A83

Text Example


Text Example

White with #674A83

Text Example


Text Example

HTML Codes & Css Web 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>