Html Css Color HEX #6B264A Pompadour

📋 copy color: '#6B264A'

red 107 ◦ green 38 ◦ blue 74

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

Shades of Pompadour #6B264A

Tints of Pompadour #6B264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.35%

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

R = 48.86%
G = 17.35%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6B264A (or 0x6B264A) is known color: Pompadour. HEX triplet: 6B, 26 and 4A. RGB value is (107,38,74). Sum of RGB (Red+Green+Blue) = 107+38+74=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B264A is #94D9B5. Grayscale: #3E3E3E. Windows color (decimal): -9755062 or 4859499. OLE color: 4859499.

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

Color convert

RGB 107 38 74 -
CMYK 0 0.64 0.31 0.58
HSL 328.7º 0.48% 0.28% -
HSV(B) 328.7º 0.64% 0.42% -
XYZ 7.99 5.01 7.02 -
YUV 62.74 134.36 159.57 -
System Red Green Blue C M Y K H S L
Decimal 107 38 74 0 0.64 0.31 0.58 328.7 0.48 0.28
Hex 6B 26 4A 0 40 1F 3A 149 30 1C
Octal 153 46 112 0 100 37 72 511 60 34
Binary 1101011 100110 1001010 0 1000000 11111 111010 101001001 110000 11100

Color Harmonies of #6B264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B264A

Black with #6B264A

Text Example


Text Example

White with #6B264A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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