#6b244f

Color #6B244F Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #6B244F

Tints of Pompadour #6B244F

Color information

#6B244F (or 0x6B244F) is unknown color: approx Pompadour. HEX triplet: 6B, 24 and 4F. RGB value is (107,36,79). Sum of RGB (Red+Green+Blue) = 107+36+79=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B244F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B244F is #94DBB0. Grayscale: #3E3E3E. Windows color (decimal): -9755569 or 5186667. OLE color: 5186667.

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

Color convert

RGB1073679-
CMYK00.660.260.58
HSL323.66º49.65%28.04%-
HSV(B)323.66º66.36%41.96%-
XYZ8.114.957.93-
YUV62.13137.52160-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.20%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=48.20%
G=16.22%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107367900.660.260.58323.6649.6528.04
Hex6B244F0421A3A144321c
Octal15344117010232725046234
Binary11010111001001001111010000101101011101010100010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b244f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,36,79); }

 H1.HeaderClassName
 {
   color: #6b244f;
 }
 .AnyTagClassName
 {
   color: #6b244f;
 }
</style>
background-color css

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

 a { background-color: rgb(107,36,79); }

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

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

 span { border-color: rgb(107,36,79); }

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