Html Css Color HEX #6B294E Pompadour

📋 copy color: '#6B294E'

red 107 ◦ green 41 ◦ blue 78

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

Shades of Pompadour #6B294E

Tints of Pompadour #6B294E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.14%

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

R = 47.35%
G = 18.14%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6B294E (or 0x6B294E) is known color: Pompadour. HEX triplet: 6B, 29 and 4E. RGB value is (107,41,78). Sum of RGB (Red+Green+Blue) = 107+41+78=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B294E is #94D6B1. Grayscale: #404040. Windows color (decimal): -9754290 or 5122411. OLE color: 5122411.

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

Color convert

RGB 107 41 78 -
CMYK 0 0.62 0.27 0.58
HSL 326.36º 0.45% 0.29% -
HSV(B) 326.36º 0.62% 0.42% -
XYZ 8.23 5.26 7.79 -
YUV 64.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 107 41 78 0 0.62 0.27 0.58 326.36 0.45 0.29
Hex 6B 29 4E 0 3E 1B 3A 146 2D 1D
Octal 153 51 116 0 76 33 72 506 55 35
Binary 1101011 101001 1001110 0 111110 11011 111010 101000110 101101 11101

Color Harmonies of #6B294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B294E

Black with #6B294E

Text Example


Text Example

White with #6B294E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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