Html Css Color HEX #664668 Eminence

📋 copy color: '#664668'

red 102 ◦ green 70 ◦ blue 104

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

Shades of Eminence #664668

Tints of Eminence #664668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.68%

R = 36.96%
G = 25.36%
B = 37.68%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#664668 (or 0x664668) is known color: Eminence. HEX triplet: 66, 46 and 68. RGB value is (102,70,104). Sum of RGB (Red+Green+Blue) = 102+70+104=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #664668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664668 is #99B997. Grayscale: #535353. Windows color (decimal): -10074520 or 6833766. OLE color: 6833766.

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

Color convert

RGB 102 70 104 -
CMYK 0.02 0.33 0 0.59
HSL 296.47º 0.2% 0.34% -
HSV(B) 296.47º 0.33% 0.41% -
XYZ 10.17 8.2 14.14 -
YUV 83.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 102 70 104 0.02 0.33 0 0.59 296.47 0.2 0.34
Hex 66 46 68 2 21 0 3B 128 14 22
Octal 146 106 150 2 41 0 73 450 24 42
Binary 1100110 1000110 1101000 10 100001 0 111011 100101000 10100 100010

Color Harmonies of #664668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664668

Black with #664668

Text Example


Text Example

White with #664668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664668; }

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

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

background-color css

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

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

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

border-color css

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

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

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