Html Css Color HEX #6C0F53 Pompadour

📋 copy color: '#6C0F53'

red 108 ◦ green 15 ◦ blue 83

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

Shades of Pompadour #6C0F53

Tints of Pompadour #6C0F53

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.28%

 BLUE value IS 83 (32.81% from 255) = 40.29%

R = 52.43%
G = 7.28%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6C0F53 (or 0x6C0F53) is known color: Pompadour. HEX triplet: 6C, 0F and 53. RGB value is (108,15,83). Sum of RGB (Red+Green+Blue) = 108+15+83=206 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.43% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0F53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0F53 is #93F0AC. Grayscale: #323232. Windows color (decimal): -9695405 or 5443436. OLE color: 5443436.

HSL color Cylindrical-coordinate representation of color #6C0F53: hue angle of 316.13º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C0F53 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 15 83 -
CMYK 0 0.86 0.23 0.58
HSL 316.13º 0.76% 0.24% -
HSV(B) 316.13º 0.86% 0.42% -
XYZ 7.92 4.15 8.57 -
YUV 50.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 108 15 83 0 0.86 0.23 0.58 316.13 0.76 0.24
Hex 6C F 53 0 56 17 3A 13C 4C 18
Octal 154 17 123 0 126 27 72 474 114 30
Binary 1101100 1111 1010011 0 1010110 10111 111010 100111100 1001100 11000

Color Harmonies of #6C0F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0F53

Black with #6C0F53

Text Example


Text Example

White with #6C0F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,15,83); }

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

background-color css

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

 a { background-color: rgb(108,15,83); }

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

border-color css

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

 span { border-color: rgb(108,15,83); }

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