#6B254F

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

Shades of Pompadour #6B254F

Tints of Pompadour #6B254F

Color information

#6B254F (or 0x6B254F) is unknown color: approx Pompadour. HEX triplet: 6B, 25 and 4F. RGB value is (107,37,79). Sum of RGB (Red+Green+Blue) = 107+37+79=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B254F is #94DAB0. Grayscale: #3E3E3E. Windows color (decimal): -9755313 or 5186923. OLE color: 5186923.

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

Color convert

RGB1073779-
CMYK00.650.260.58
HSL324º48.61%28.24%-
HSV(B)324º65.42%41.96%-
XYZ8.145.017.94-
YUV62.72137.19159.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.98%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 79 (31.25% from 255) = 35.43%
R=47.98%
G=16.59%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107377900.650.260.5832448.6128.24
Hex6B254F0411A3A144311c
Octal15345117010132725046134
Binary11010111001011001111010000011101011101010100010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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