Html Css Color HEX #6F204B Pompadour

📋 copy color: '#6F204B'

red 111 ◦ green 32 ◦ blue 75

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

Shades of Pompadour #6F204B

Tints of Pompadour #6F204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

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

R = 50.92%
G = 14.68%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F204B (or 0x6F204B) is known color: Pompadour. HEX triplet: 6F, 20 and 4B. RGB value is (111,32,75). Sum of RGB (Red+Green+Blue) = 111+32+75=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F204B is #90DFB4. Grayscale: #3C3C3C. Windows color (decimal): -9494453 or 4923503. OLE color: 4923503.

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

Color convert

RGB 111 32 75 -
CMYK 0 0.71 0.32 0.56
HSL 327.34º 0.55% 0.28% -
HSV(B) 327.34º 0.71% 0.44% -
XYZ 8.34 4.92 7.17 -
YUV 60.52 136.17 164 -
System Red Green Blue C M Y K H S L
Decimal 111 32 75 0 0.71 0.32 0.56 327.34 0.55 0.28
Hex 6F 20 4B 0 47 20 38 147 37 1C
Octal 157 40 113 0 107 40 70 507 67 34
Binary 1101111 100000 1001011 0 1000111 100000 111000 101000111 110111 11100

Color Harmonies of #6F204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F204B

Black with #6F204B

Text Example


Text Example

White with #6F204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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