Html Css Color HEX #6F104B Pompadour

📋 copy color: '#6F104B'

red 111 ◦ green 16 ◦ blue 75

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

Shades of Pompadour #6F104B

Tints of Pompadour #6F104B

RGB

 RED value IS 111 (43.75% from 255) = 54.95%

 GREEN value IS 16 (6.64% from 255) = 7.92%

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

R = 54.95%
G = 7.92%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F104B (or 0x6F104B) is known color: Pompadour. HEX triplet: 6F, 10 and 4B. RGB value is (111,16,75). Sum of RGB (Red+Green+Blue) = 111+16+75=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F104B is #90EFB4. Grayscale: #323232. Windows color (decimal): -9498549 or 4919407. OLE color: 4919407.

HSL color Cylindrical-coordinate representation of color #6F104B: hue angle of 322.74º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F104B is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 16 75 -
CMYK 0 0.86 0.32 0.56
HSL 322.74º 0.75% 0.25% -
HSV(B) 322.74º 0.86% 0.44% -
XYZ 8.01 4.26 7.06 -
YUV 51.13 141.47 170.7 -
System Red Green Blue C M Y K H S L
Decimal 111 16 75 0 0.86 0.32 0.56 322.74 0.75 0.25
Hex 6F 10 4B 0 56 20 38 143 4B 19
Octal 157 20 113 0 126 40 70 503 113 31
Binary 1101111 10000 1001011 0 1010110 100000 111000 101000011 1001011 11001

Color Harmonies of #6F104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F104B

Black with #6F104B

Text Example


Text Example

White with #6F104B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,16,75); }

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

background-color css

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

 a { background-color: rgb(111,16,75); }

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

border-color css

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

 span { border-color: rgb(111,16,75); }

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