Html Css Color HEX #664683 Affair

📋 copy color: '#664683'

red 102 ◦ green 70 ◦ blue 131

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

Shades of Affair #664683

Tints of Affair #664683

RGB

 RED value IS 102 (40.23% from 255) = 33.66%

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

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

R = 33.66%
G = 23.1%
B = 43.23%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#664683 (or 0x664683) is known color: Affair. HEX triplet: 66, 46 and 83. RGB value is (102,70,131). Sum of RGB (Red+Green+Blue) = 102+70+131=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #664683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664683 is #99B97C. Grayscale: #565656. Windows color (decimal): -10074493 or 8603238. OLE color: 8603238.

HSL color Cylindrical-coordinate representation of color #664683: hue angle of 271.48º 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 #664683 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 70 131 -
CMYK 0.22 0.47 0 0.49
HSL 271.48º 0.3% 0.39% -
HSV(B) 271.48º 0.47% 0.51% -
XYZ 11.77 8.84 22.56 -
YUV 86.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 102 70 131 0.22 0.47 0 0.49 271.48 0.3 0.39
Hex 66 46 83 16 2F 0 31 10F 1E 27
Octal 146 106 203 26 57 0 61 417 36 47
Binary 1100110 1000110 10000011 10110 101111 0 110001 100001111 11110 100111

Color Harmonies of #664683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664683

Black with #664683

Text Example


Text Example

White with #664683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664683; }

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

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

background-color css

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

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

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

border-color css

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

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

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