Html Css Color HEX #6A234B Pompadour

📋 copy color: '#6A234B'

red 106 ◦ green 35 ◦ blue 75

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

Shades of Pompadour #6A234B

Tints of Pompadour #6A234B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.2%

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

R = 49.07%
G = 16.2%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6A234B (or 0x6A234B) is known color: Pompadour. HEX triplet: 6A, 23 and 4B. RGB value is (106,35,75). Sum of RGB (Red+Green+Blue) = 106+35+75=216 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.07% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 106 - color contains mainly: red. Hex color #6A234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A234B is #95DCB4. Grayscale: #3C3C3C. Windows color (decimal): -9821365 or 4924266. OLE color: 4924266.

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

Color convert

RGB 106 35 75 -
CMYK 0 0.67 0.29 0.58
HSL 326.2º 0.5% 0.28% -
HSV(B) 326.2º 0.67% 0.42% -
XYZ 7.81 4.77 7.17 -
YUV 60.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 106 35 75 0 0.67 0.29 0.58 326.2 0.5 0.28
Hex 6A 23 4B 0 43 1D 3A 146 32 1C
Octal 152 43 113 0 103 35 72 506 62 34
Binary 1101010 100011 1001011 0 1000011 11101 111010 101000110 110010 11100

Color Harmonies of #6A234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A234B

Black with #6A234B

Text Example


Text Example

White with #6A234B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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