Html Css Color HEX #684275 Eminence

📋 copy color: '#684275'

red 104 ◦ green 66 ◦ blue 117

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

Shades of Eminence #684275

Tints of Eminence #684275

RGB

 RED value IS 104 (41.02% from 255) = 36.24%

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

 BLUE value IS 117 (46.09% from 255) = 40.77%

R = 36.24%
G = 23%
B = 40.77%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#684275 (or 0x684275) is known color: Eminence. HEX triplet: 68, 42 and 75. RGB value is (104,66,117). Sum of RGB (Red+Green+Blue) = 104+66+117=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #684275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684275 is #97BD8A. Grayscale: #535353. Windows color (decimal): -9944459 or 7684712. OLE color: 7684712.

HSL color Cylindrical-coordinate representation of color #684275: hue angle of 284.71º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #684275 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 66 117 -
CMYK 0.11 0.44 0 0.54
HSL 284.71º 0.28% 0.36% -
HSV(B) 284.71º 0.44% 0.46% -
XYZ 10.87 8.12 17.82 -
YUV 83.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 104 66 117 0.11 0.44 0 0.54 284.71 0.28 0.36
Hex 68 42 75 B 2C 0 36 11D 1C 24
Octal 150 102 165 13 54 0 66 435 34 44
Binary 1101000 1000010 1110101 1011 101100 0 110110 100011101 11100 100100

Color Harmonies of #684275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684275

Black with #684275

Text Example


Text Example

White with #684275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684275; }

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

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

background-color css

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

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

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

border-color css

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

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

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