Html Css Color HEX #6A1345 Pompadour

📋 copy color: '#6A1345'

red 106 ◦ green 19 ◦ blue 69

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

Shades of Pompadour #6A1345

Tints of Pompadour #6A1345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.79%

 BLUE value IS 69 (27.34% from 255) = 35.57%

R = 54.64%
G = 9.79%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#6A1345 (or 0x6A1345) is known color: Pompadour. HEX triplet: 6A, 13 and 45. RGB value is (106,19,69). Sum of RGB (Red+Green+Blue) = 106+19+69=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1345 is #95ECBA. Grayscale: #323232. Windows color (decimal): -9825467 or 4526954. OLE color: 4526954.

HSL color Cylindrical-coordinate representation of color #6A1345: hue angle of 325.52º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A1345 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 19 69 -
CMYK 0 0.82 0.35 0.58
HSL 325.52º 0.7% 0.25% -
HSV(B) 325.52º 0.82% 0.42% -
XYZ 7.25 3.96 6.01 -
YUV 50.71 138.32 167.43 -
System Red Green Blue C M Y K H S L
Decimal 106 19 69 0 0.82 0.35 0.58 325.52 0.7 0.25
Hex 6A 13 45 0 52 23 3A 146 46 19
Octal 152 23 105 0 122 43 72 506 106 31
Binary 1101010 10011 1000101 0 1010010 100011 111010 101000110 1000110 11001

Color Harmonies of #6A1345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1345

Black with #6A1345

Text Example


Text Example

White with #6A1345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,19,69); }

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

background-color css

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

 a { background-color: rgb(106,19,69); }

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

border-color css

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

 span { border-color: rgb(106,19,69); }

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