Html Css Color HEX #6F214B Pompadour

📋 copy color: '#6F214B'

red 111 ◦ green 33 ◦ blue 75

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

Shades of Pompadour #6F214B

Tints of Pompadour #6F214B

RGB

 RED value IS 111 (43.75% from 255) = 50.68%

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

 BLUE value IS 75 (29.69% from 255) = 34.25%

R = 50.68%
G = 15.07%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F214B (or 0x6F214B) is known color: Pompadour. HEX triplet: 6F, 21 and 4B. RGB value is (111,33,75). Sum of RGB (Red+Green+Blue) = 111+33+75=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F214B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F214B is #90DEB4. Grayscale: #3D3D3D. Windows color (decimal): -9494197 or 4923759. OLE color: 4923759.

HSL color Cylindrical-coordinate representation of color #6F214B: hue angle of 327.69º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F214B is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 33 75 -
CMYK 0 0.70 0.32 0.56
HSL 327.69º 0.54% 0.28% -
HSV(B) 327.69º 0.7% 0.44% -
XYZ 8.37 4.98 7.18 -
YUV 61.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 111 33 75 0 0.70 0.32 0.56 327.69 0.54 0.28
Hex 6F 21 4B 0 46 20 38 148 36 1C
Octal 157 41 113 0 106 40 70 510 66 34
Binary 1101111 100001 1001011 0 1000110 100000 111000 101001000 110110 11100

Color Harmonies of #6F214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F214B

Black with #6F214B

Text Example


Text Example

White with #6F214B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,33,75); }

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

background-color css

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

 a { background-color: rgb(111,33,75); }

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

border-color css

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

 span { border-color: rgb(111,33,75); }

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