Html Css Color HEX #6B234C Pompadour

📋 copy color: '#6B234C'

red 107 ◦ green 35 ◦ blue 76

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

Shades of Pompadour #6B234C

Tints of Pompadour #6B234C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.86%

R = 49.08%
G = 16.06%
B = 34.86%

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

#6B234C (or 0x6B234C) is known color: Pompadour. HEX triplet: 6B, 23 and 4C. RGB value is (107,35,76). Sum of RGB (Red+Green+Blue) = 107+35+76=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B234C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B234C is #94DCB3. Grayscale: #3D3D3D. Windows color (decimal): -9755828 or 4989803. OLE color: 4989803.

HSL color Cylindrical-coordinate representation of color #6B234C: hue angle of 325.83º degrees, saturation: 0.51, 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 #6B234C is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 35 76 -
CMYK 0 0.67 0.29 0.58
HSL 325.83º 0.51% 0.28% -
HSV(B) 325.83º 0.67% 0.42% -
XYZ 7.97 4.85 7.35 -
YUV 61.2 136.35 160.67 -
System Red Green Blue C M Y K H S L
Decimal 107 35 76 0 0.67 0.29 0.58 325.83 0.51 0.28
Hex 6B 23 4C 0 43 1D 3A 146 33 1C
Octal 153 43 114 0 103 35 72 506 63 34
Binary 1101011 100011 1001100 0 1000011 11101 111010 101000110 110011 11100

Color Harmonies of #6B234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B234C

Black with #6B234C

Text Example


Text Example

White with #6B234C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,35,76); }

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

background-color css

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

 a { background-color: rgb(107,35,76); }

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

border-color css

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

 span { border-color: rgb(107,35,76); }

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