Html Css Color HEX #664071 Eminence

📋 copy color: '#664071'

red 102 ◦ green 64 ◦ blue 113

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

Shades of Eminence #664071

Tints of Eminence #664071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.94%

 BLUE value IS 113 (44.53% from 255) = 40.5%

R = 36.56%
G = 22.94%
B = 40.5%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#664071 (or 0x664071) is known color: Eminence. HEX triplet: 66, 40 and 71. RGB value is (102,64,113). Sum of RGB (Red+Green+Blue) = 102+64+113=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #664071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664071 is #99BF8E. Grayscale: #505050. Windows color (decimal): -10076047 or 7422054. OLE color: 7422054.

HSL color Cylindrical-coordinate representation of color #664071: hue angle of 286.53º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #664071 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 64 113 -
CMYK 0.10 0.43 0 0.56
HSL 286.53º 0.28% 0.35% -
HSV(B) 286.53º 0.43% 0.44% -
XYZ 10.29 7.68 16.56 -
YUV 80.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 102 64 113 0.10 0.43 0 0.56 286.53 0.28 0.35
Hex 66 40 71 A 2B 0 38 11F 1C 23
Octal 146 100 161 12 53 0 70 437 34 43
Binary 1100110 1000000 1110001 1010 101011 0 111000 100011111 11100 100011

Color Harmonies of #664071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664071

Black with #664071

Text Example


Text Example

White with #664071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664071; }

 p { color: rgb(102,64,113); }

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

background-color css

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

 a { background-color: rgb(102,64,113); }

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

border-color css

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

 span { border-color: rgb(102,64,113); }

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