Html Css Color HEX #664765 Eminence

📋 copy color: '#664765'

red 102 ◦ green 71 ◦ blue 101

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

Shades of Eminence #664765

Tints of Eminence #664765

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.91%

 BLUE value IS 101 (39.84% from 255) = 36.86%

R = 37.23%
G = 25.91%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#664765 (or 0x664765) is known color: Eminence. HEX triplet: 66, 47 and 65. RGB value is (102,71,101). Sum of RGB (Red+Green+Blue) = 102+71+101=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #664765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664765 is #99B89A. Grayscale: #535353. Windows color (decimal): -10074267 or 6637414. OLE color: 6637414.

HSL color Cylindrical-coordinate representation of color #664765: hue angle of 301.94º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #664765 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 71 101 -
CMYK 0 0.30 0.01 0.6
HSL 301.94º 0.18% 0.34% -
HSV(B) 301.94º 0.3% 0.4% -
XYZ 10.08 8.27 13.38 -
YUV 83.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 102 71 101 0 0.30 0.01 0.6 301.94 0.18 0.34
Hex 66 47 65 0 1E 1 3C 12E 12 22
Octal 146 107 145 0 36 1 74 456 22 42
Binary 1100110 1000111 1100101 0 11110 1 111100 100101110 10010 100010

Color Harmonies of #664765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664765

Black with #664765

Text Example


Text Example

White with #664765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664765; }

 p { color: rgb(102,71,101); }

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

background-color css

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

 a { background-color: rgb(102,71,101); }

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

border-color css

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

 span { border-color: rgb(102,71,101); }

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