Html Css Color HEX #6C4464 Palatinate Purple

📋 copy color: '#6C4464'

red 108 ◦ green 68 ◦ blue 100

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

Shades of Palatinate Purple #6C4464

Tints of Palatinate Purple #6C4464

RGB

 RED value IS 108 (42.58% from 255) = 39.13%

 GREEN value IS 68 (26.95% from 255) = 24.64%

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 39.13%
G = 24.64%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6C4464 (or 0x6C4464) is known color: Palatinate Purple. HEX triplet: 6C, 44 and 64. RGB value is (108,68,100). Sum of RGB (Red+Green+Blue) = 108+68+100=276 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.13% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4464 is #93BB9B. Grayscale: #535353. Windows color (decimal): -9681820 or 6571116. OLE color: 6571116.

HSL color Cylindrical-coordinate representation of color #6C4464: hue angle of 312º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C4464 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 68 100 -
CMYK 0 0.37 0.07 0.58
HSL 312º 0.23% 0.35% -
HSV(B) 312º 0.37% 0.42% -
XYZ 10.55 8.24 13.09 -
YUV 83.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 108 68 100 0 0.37 0.07 0.58 312 0.23 0.35
Hex 6C 44 64 0 25 7 3A 138 17 23
Octal 154 104 144 0 45 7 72 470 27 43
Binary 1101100 1000100 1100100 0 100101 111 111010 100111000 10111 100011

Color Harmonies of #6C4464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4464

Black with #6C4464

Text Example


Text Example

White with #6C4464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C4464; }

 p { color: rgb(108,68,100); }

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

background-color css

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

 a { background-color: rgb(108,68,100); }

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

border-color css

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

 span { border-color: rgb(108,68,100); }

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