Html Css Color HEX #6A254B Pompadour

📋 copy color: '#6A254B'

red 106 ◦ green 37 ◦ blue 75

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

Shades of Pompadour #6A254B

Tints of Pompadour #6A254B

RGB

 RED value IS 106 (41.8% from 255) = 48.62%

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

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

R = 48.62%
G = 16.97%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6A254B (or 0x6A254B) is known color: Pompadour. HEX triplet: 6A, 25 and 4B. RGB value is (106,37,75). Sum of RGB (Red+Green+Blue) = 106+37+75=218 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.62% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 106 - color contains mainly: red. Hex color #6A254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A254B is #95DAB4. Grayscale: #3D3D3D. Windows color (decimal): -9820853 or 4924778. OLE color: 4924778.

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

Color convert

RGB 106 37 75 -
CMYK 0 0.65 0.29 0.58
HSL 326.96º 0.48% 0.28% -
HSV(B) 326.96º 0.65% 0.42% -
XYZ 7.88 4.9 7.19 -
YUV 61.96 135.36 159.41 -
System Red Green Blue C M Y K H S L
Decimal 106 37 75 0 0.65 0.29 0.58 326.96 0.48 0.28
Hex 6A 25 4B 0 41 1D 3A 147 30 1C
Octal 152 45 113 0 101 35 72 507 60 34
Binary 1101010 100101 1001011 0 1000001 11101 111010 101000111 110000 11100

Color Harmonies of #6A254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A254B

Black with #6A254B

Text Example


Text Example

White with #6A254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,37,75); }

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

background-color css

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

 a { background-color: rgb(106,37,75); }

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

border-color css

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

 span { border-color: rgb(106,37,75); }

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