Html Css Color HEX #6B254A Pompadour

📋 copy color: '#6B254A'

red 107 ◦ green 37 ◦ blue 74

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

Shades of Pompadour #6B254A

Tints of Pompadour #6B254A

RGB

 RED value IS 107 (42.19% from 255) = 49.08%

 GREEN value IS 37 (14.84% from 255) = 16.97%

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 49.08%
G = 16.97%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6B254A (or 0x6B254A) is known color: Pompadour. HEX triplet: 6B, 25 and 4A. RGB value is (107,37,74). Sum of RGB (Red+Green+Blue) = 107+37+74=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B254A is #94DAB5. Grayscale: #3E3E3E. Windows color (decimal): -9755318 or 4859243. OLE color: 4859243.

HSL color Cylindrical-coordinate representation of color #6B254A: hue angle of 328.29º 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 #6B254A is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 37 74 -
CMYK 0 0.65 0.31 0.58
HSL 328.29º 0.49% 0.28% -
HSV(B) 328.29º 0.65% 0.42% -
XYZ 7.96 4.94 7.01 -
YUV 62.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 107 37 74 0 0.65 0.31 0.58 328.29 0.49 0.28
Hex 6B 25 4A 0 41 1F 3A 148 31 1C
Octal 153 45 112 0 101 37 72 510 61 34
Binary 1101011 100101 1001010 0 1000001 11111 111010 101001000 110001 11100

Color Harmonies of #6B254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B254A

Black with #6B254A

Text Example


Text Example

White with #6B254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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