Html Css Color HEX #66466B Eminence

📋 copy color: '#66466B'

red 102 ◦ green 70 ◦ blue 107

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

Shades of Eminence #66466B

Tints of Eminence #66466B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.35%

R = 36.56%
G = 25.09%
B = 38.35%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#66466B (or 0x66466B) is known color: Eminence. HEX triplet: 66, 46 and 6B. RGB value is (102,70,107). Sum of RGB (Red+Green+Blue) = 102+70+107=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #66466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66466B is #99B994. Grayscale: #535353. Windows color (decimal): -10074517 or 7030374. OLE color: 7030374.

HSL color Cylindrical-coordinate representation of color #66466B: hue angle of 291.89º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66466B is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 102 70 107 -
CMYK 0.05 0.35 0 0.58
HSL 291.89º 0.21% 0.35% -
HSV(B) 291.89º 0.35% 0.42% -
XYZ 10.32 8.27 14.96 -
YUV 83.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 102 70 107 0.05 0.35 0 0.58 291.89 0.21 0.35
Hex 66 46 6B 5 23 0 3A 124 15 23
Octal 146 106 153 5 43 0 72 444 25 43
Binary 1100110 1000110 1101011 101 100011 0 111010 100100100 10101 100011

Color Harmonies of #66466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66466B

Black with #66466B

Text Example


Text Example

White with #66466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66466B; }

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

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

background-color css

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

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

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

border-color css

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

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

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