Html Css Color HEX #6D1653 Pompadour

📋 copy color: '#6D1653'

red 109 ◦ green 22 ◦ blue 83

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

Shades of Pompadour #6D1653

Tints of Pompadour #6D1653

RGB

 RED value IS 109 (42.97% from 255) = 50.93%

 GREEN value IS 22 (8.98% from 255) = 10.28%

 BLUE value IS 83 (32.81% from 255) = 38.79%

R = 50.93%
G = 10.28%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.57

RGB Variations

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

Color information

#6D1653 (or 0x6D1653) is known color: Pompadour. HEX triplet: 6D, 16 and 53. RGB value is (109,22,83). Sum of RGB (Red+Green+Blue) = 109+22+83=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1653 is #92E9AC. Grayscale: #363636. Windows color (decimal): -9628077 or 5445229. OLE color: 5445229.

HSL color Cylindrical-coordinate representation of color #6D1653: hue angle of 317.93º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D1653 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 22 83 -
CMYK 0 0.80 0.24 0.57
HSL 317.93º 0.66% 0.26% -
HSV(B) 317.93º 0.8% 0.43% -
XYZ 8.15 4.45 8.61 -
YUV 54.97 143.82 166.54 -
System Red Green Blue C M Y K H S L
Decimal 109 22 83 0 0.80 0.24 0.57 317.93 0.66 0.26
Hex 6D 16 53 0 50 18 39 13E 42 1A
Octal 155 26 123 0 120 30 71 476 102 32
Binary 1101101 10110 1010011 0 1010000 11000 111001 100111110 1000010 11010

Color Harmonies of #6D1653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1653

Black with #6D1653

Text Example


Text Example

White with #6D1653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,22,83); }

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

background-color css

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

 a { background-color: rgb(109,22,83); }

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

border-color css

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

 span { border-color: rgb(109,22,83); }

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