Html Css Color HEX #664268 Eminence

📋 copy color: '#664268'

red 102 ◦ green 66 ◦ blue 104

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

Shades of Eminence #664268

Tints of Eminence #664268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.26%

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

R = 37.5%
G = 24.26%
B = 38.24%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#664268 (or 0x664268) is known color: Eminence. HEX triplet: 66, 42 and 68. RGB value is (102,66,104). Sum of RGB (Red+Green+Blue) = 102+66+104=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: blue. Hex color #664268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664268 is #99BD97. Grayscale: #505050. Windows color (decimal): -10075544 or 6832742. OLE color: 6832742.

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

Color convert

RGB 102 66 104 -
CMYK 0.02 0.37 0 0.59
HSL 296.84º 0.22% 0.33% -
HSV(B) 296.84º 0.37% 0.41% -
XYZ 9.93 7.72 14.06 -
YUV 81.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 102 66 104 0.02 0.37 0 0.59 296.84 0.22 0.33
Hex 66 42 68 2 25 0 3B 129 16 21
Octal 146 102 150 2 45 0 73 451 26 41
Binary 1100110 1000010 1101000 10 100101 0 111011 100101001 10110 100001

Color Harmonies of #664268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664268

Black with #664268

Text Example


Text Example

White with #664268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664268; }

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

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

background-color css

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

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

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

border-color css

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

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

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