Html Css Color HEX #674683 Affair

📋 copy color: '#674683'

red 103 ◦ green 70 ◦ blue 131

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

Shades of Affair #674683

Tints of Affair #674683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.09%

R = 33.88%
G = 23.03%
B = 43.09%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#674683 (or 0x674683) is known color: Affair. HEX triplet: 67, 46 and 83. RGB value is (103,70,131). Sum of RGB (Red+Green+Blue) = 103+70+131=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #674683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674683 is #98B97C. Grayscale: #565656. Windows color (decimal): -10008957 or 8603239. OLE color: 8603239.

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

Color convert

RGB 103 70 131 -
CMYK 0.21 0.47 0 0.49
HSL 272.46º 0.3% 0.39% -
HSV(B) 272.46º 0.47% 0.51% -
XYZ 11.88 8.9 22.56 -
YUV 86.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 103 70 131 0.21 0.47 0 0.49 272.46 0.3 0.39
Hex 67 46 83 15 2F 0 31 110 1E 27
Octal 147 106 203 25 57 0 61 420 36 47
Binary 1100111 1000110 10000011 10101 101111 0 110001 100010000 11110 100111

Color Harmonies of #674683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674683

Black with #674683

Text Example


Text Example

White with #674683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674683; }

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

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

background-color css

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

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

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

border-color css

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

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

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