Html Css Color HEX #664667 Eminence

📋 copy color: '#664667'

red 102 ◦ green 70 ◦ blue 103

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

Shades of Eminence #664667

Tints of Eminence #664667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.45%

R = 37.09%
G = 25.45%
B = 37.45%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#664667 (or 0x664667) is known color: Eminence. HEX triplet: 66, 46 and 67. RGB value is (102,70,103). Sum of RGB (Red+Green+Blue) = 102+70+103=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 103 - color contains mainly: blue. Hex color #664667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664667 is #99B998. Grayscale: #535353. Windows color (decimal): -10074521 or 6768230. OLE color: 6768230.

HSL color Cylindrical-coordinate representation of color #664667: hue angle of 298.18º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #664667 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 102 70 103 -
CMYK 0.01 0.32 0 0.60
HSL 298.18º 0.19% 0.34% -
HSV(B) 298.18º 0.32% 0.4% -
XYZ 10.12 8.18 13.88 -
YUV 83.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 102 70 103 0.01 0.32 0 0.60 298.18 0.19 0.34
Hex 66 46 67 1 20 0 3C 12A 13 22
Octal 146 106 147 1 40 0 74 452 23 42
Binary 1100110 1000110 1100111 1 100000 0 111100 100101010 10011 100010

Color Harmonies of #664667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664667

Black with #664667

Text Example


Text Example

White with #664667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664667; }

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

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

background-color css

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

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

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

border-color css

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

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

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