Html Css Color HEX #6C254C Pompadour

📋 copy color: '#6C254C'

red 108 ◦ green 37 ◦ blue 76

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

Shades of Pompadour #6C254C

Tints of Pompadour #6C254C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.39%

R = 48.87%
G = 16.74%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6C254C (or 0x6C254C) is known color: Pompadour. HEX triplet: 6C, 25 and 4C. RGB value is (108,37,76). Sum of RGB (Red+Green+Blue) = 108+37+76=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C254C is #93DAB3. Grayscale: #3E3E3E. Windows color (decimal): -9689780 or 4990316. OLE color: 4990316.

HSL color Cylindrical-coordinate representation of color #6C254C: hue angle of 327.04º 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 #6C254C is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 37 76 -
CMYK 0 0.66 0.30 0.58
HSL 327.04º 0.49% 0.28% -
HSV(B) 327.04º 0.66% 0.42% -
XYZ 8.15 5.03 7.38 -
YUV 62.68 135.52 160.33 -
System Red Green Blue C M Y K H S L
Decimal 108 37 76 0 0.66 0.30 0.58 327.04 0.49 0.28
Hex 6C 25 4C 0 42 1E 3A 147 31 1C
Octal 154 45 114 0 102 36 72 507 61 34
Binary 1101100 100101 1001100 0 1000010 11110 111010 101000111 110001 11100

Color Harmonies of #6C254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C254C

Black with #6C254C

Text Example


Text Example

White with #6C254C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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