Html Css Color HEX #6C254D Pompadour

📋 copy color: '#6C254D'

red 108 ◦ green 37 ◦ blue 77

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

Shades of Pompadour #6C254D

Tints of Pompadour #6C254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

 BLUE value IS 77 (30.47% from 255) = 34.68%

R = 48.65%
G = 16.67%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6C254D (or 0x6C254D) is known color: Pompadour. HEX triplet: 6C, 25 and 4D. RGB value is (108,37,77). Sum of RGB (Red+Green+Blue) = 108+37+77=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 108 - color contains mainly: red. Hex color #6C254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C254D is #93DAB2. Grayscale: #3E3E3E. Windows color (decimal): -9689779 or 5055852. OLE color: 5055852.

HSL color Cylindrical-coordinate representation of color #6C254D: hue angle of 326.2º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C254D is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 37 77 -
CMYK 0 0.66 0.29 0.58
HSL 326.2º 0.49% 0.28% -
HSV(B) 326.2º 0.66% 0.42% -
XYZ 8.19 5.05 7.56 -
YUV 62.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 108 37 77 0 0.66 0.29 0.58 326.2 0.49 0.28
Hex 6C 25 4D 0 42 1D 3A 146 31 1C
Octal 154 45 115 0 102 35 72 506 61 34
Binary 1101100 100101 1001101 0 1000010 11101 111010 101000110 110001 11100

Color Harmonies of #6C254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C254D

Black with #6C254D

Text Example


Text Example

White with #6C254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,37,77); }

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

background-color css

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

 a { background-color: rgb(108,37,77); }

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

border-color css

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

 span { border-color: rgb(108,37,77); }

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