Html Css Color HEX #664169 Eminence

📋 copy color: '#664169'

red 102 ◦ green 65 ◦ blue 105

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

Shades of Eminence #664169

Tints of Eminence #664169

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.9%

 BLUE value IS 105 (41.41% from 255) = 38.6%

R = 37.5%
G = 23.9%
B = 38.6%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#664169 (or 0x664169) is known color: Eminence. HEX triplet: 66, 41 and 69. RGB value is (102,65,105). Sum of RGB (Red+Green+Blue) = 102+65+105=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 105 - color contains mainly: blue. Hex color #664169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664169 is #99BE96. Grayscale: #505050. Windows color (decimal): -10075799 or 6898022. OLE color: 6898022.

HSL color Cylindrical-coordinate representation of color #664169: hue angle of 295.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #664169 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 65 105 -
CMYK 0.03 0.38 0 0.59
HSL 295.5º 0.24% 0.33% -
HSV(B) 295.5º 0.38% 0.41% -
XYZ 9.92 7.63 14.31 -
YUV 80.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 102 65 105 0.03 0.38 0 0.59 295.5 0.24 0.33
Hex 66 41 69 3 26 0 3B 128 18 21
Octal 146 101 151 3 46 0 73 450 30 41
Binary 1100110 1000001 1101001 11 100110 0 111011 100101000 11000 100001

Color Harmonies of #664169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664169

Black with #664169

Text Example


Text Example

White with #664169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664169; }

 p { color: rgb(102,65,105); }

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

background-color css

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

 a { background-color: rgb(102,65,105); }

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

border-color css

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

 span { border-color: rgb(102,65,105); }

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