Html Css Color HEX #6C213E Pompadour

📋 copy color: '#6C213E'

red 108 ◦ green 33 ◦ blue 62

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

Shades of Pompadour #6C213E

Tints of Pompadour #6C213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

 BLUE value IS 62 (24.61% from 255) = 30.54%

R = 53.2%
G = 16.26%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6C213E (or 0x6C213E) is known color: Pompadour. HEX triplet: 6C, 21 and 3E. RGB value is (108,33,62). Sum of RGB (Red+Green+Blue) = 108+33+62=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C213E is #93DEC1. Grayscale: #3A3A3A. Windows color (decimal): -9690818 or 4071788. OLE color: 4071788.

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

Color convert

RGB 108 33 62 -
CMYK 0 0.69 0.43 0.58
HSL 336.8º 0.53% 0.28% -
HSV(B) 336.8º 0.69% 0.42% -
XYZ 7.6 4.62 5.05 -
YUV 58.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 108 33 62 0 0.69 0.43 0.58 336.8 0.53 0.28
Hex 6C 21 3E 0 45 2B 3A 151 35 1C
Octal 154 41 76 0 105 53 72 521 65 34
Binary 1101100 100001 111110 0 1000101 101011 111010 101010001 110101 11100

Color Harmonies of #6C213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C213E

Black with #6C213E

Text Example


Text Example

White with #6C213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,33,62); }

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

background-color css

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

 a { background-color: rgb(108,33,62); }

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

border-color css

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

 span { border-color: rgb(108,33,62); }

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