Html Css Color HEX #6C234B Pompadour

📋 copy color: '#6C234B'

red 108 ◦ green 35 ◦ blue 75

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

Shades of Pompadour #6C234B

Tints of Pompadour #6C234B

RGB

 RED value IS 108 (42.58% from 255) = 49.54%

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

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

R = 49.54%
G = 16.06%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C234B (or 0x6C234B) is known color: Pompadour. HEX triplet: 6C, 23 and 4B. RGB value is (108,35,75). Sum of RGB (Red+Green+Blue) = 108+35+75=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 108 - color contains mainly: red. Hex color #6C234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C234B is #93DCB4. Grayscale: #3D3D3D. Windows color (decimal): -9690293 or 4924268. OLE color: 4924268.

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

Color convert

RGB 108 35 75 -
CMYK 0 0.68 0.31 0.58
HSL 327.12º 0.51% 0.28% -
HSV(B) 327.12º 0.68% 0.42% -
XYZ 8.06 4.9 7.18 -
YUV 61.39 135.68 161.25 -
System Red Green Blue C M Y K H S L
Decimal 108 35 75 0 0.68 0.31 0.58 327.12 0.51 0.28
Hex 6C 23 4B 0 44 1F 3A 147 33 1C
Octal 154 43 113 0 104 37 72 507 63 34
Binary 1101100 100011 1001011 0 1000100 11111 111010 101000111 110011 11100

Color Harmonies of #6C234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C234B

Black with #6C234B

Text Example


Text Example

White with #6C234B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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