Html Css Color HEX #6B2D4E Pompadour

📋 copy color: '#6B2D4E'

red 107 ◦ green 45 ◦ blue 78

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

Shades of Pompadour #6B2D4E

Tints of Pompadour #6B2D4E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.57%

 BLUE value IS 78 (30.86% from 255) = 33.91%

R = 46.52%
G = 19.57%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6B2D4E (or 0x6B2D4E) is known color: Pompadour. HEX triplet: 6B, 2D and 4E. RGB value is (107,45,78). Sum of RGB (Red+Green+Blue) = 107+45+78=230 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.52% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2D4E is #94D2B1. Grayscale: #434343. Windows color (decimal): -9753266 or 5123435. OLE color: 5123435.

HSL color Cylindrical-coordinate representation of color #6B2D4E: hue angle of 328.06º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B2D4E is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 45 78 -
CMYK 0 0.58 0.27 0.58
HSL 328.06º 0.41% 0.3% -
HSV(B) 328.06º 0.58% 0.42% -
XYZ 8.38 5.55 7.84 -
YUV 67.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 107 45 78 0 0.58 0.27 0.58 328.06 0.41 0.3
Hex 6B 2D 4E 0 3A 1B 3A 148 29 1E
Octal 153 55 116 0 72 33 72 510 51 36
Binary 1101011 101101 1001110 0 111010 11011 111010 101001000 101001 11110

Color Harmonies of #6B2D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2D4E

Black with #6B2D4E

Text Example


Text Example

White with #6B2D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,45,78); }

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

background-color css

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

 a { background-color: rgb(107,45,78); }

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

border-color css

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

 span { border-color: rgb(107,45,78); }

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