Html Css Color HEX #6E1953 Pompadour

📋 copy color: '#6E1953'

red 110 ◦ green 25 ◦ blue 83

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

Shades of Pompadour #6E1953

Tints of Pompadour #6E1953

RGB

 RED value IS 110 (43.36% from 255) = 50.46%

 GREEN value IS 25 (10.16% from 255) = 11.47%

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

R = 50.46%
G = 11.47%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#6E1953 (or 0x6E1953) is known color: Pompadour. HEX triplet: 6E, 19 and 53. RGB value is (110,25,83). Sum of RGB (Red+Green+Blue) = 110+25+83=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1953 is #91E6AC. Grayscale: #383838. Windows color (decimal): -9561773 or 5445998. OLE color: 5445998.

HSL color Cylindrical-coordinate representation of color #6E1953: hue angle of 319.06º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E1953 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 25 83 -
CMYK 0 0.77 0.25 0.57
HSL 319.06º 0.63% 0.26% -
HSV(B) 319.06º 0.77% 0.43% -
XYZ 8.34 4.63 8.64 -
YUV 57.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 110 25 83 0 0.77 0.25 0.57 319.06 0.63 0.26
Hex 6E 19 53 0 4D 19 39 13F 3F 1A
Octal 156 31 123 0 115 31 71 477 77 32
Binary 1101110 11001 1010011 0 1001101 11001 111001 100111111 111111 11010

Color Harmonies of #6E1953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1953

Black with #6E1953

Text Example


Text Example

White with #6E1953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,25,83); }

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

background-color css

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

 a { background-color: rgb(110,25,83); }

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

border-color css

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

 span { border-color: rgb(110,25,83); }

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