Html Css Color HEX #6F153B Pompadour

📋 copy color: '#6F153B'

red 111 ◦ green 21 ◦ blue 59

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

Shades of Pompadour #6F153B

Tints of Pompadour #6F153B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.99%

 BLUE value IS 59 (23.44% from 255) = 30.89%

R = 58.12%
G = 10.99%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#6F153B (or 0x6F153B) is known color: Pompadour. HEX triplet: 6F, 15 and 3B. RGB value is (111,21,59). Sum of RGB (Red+Green+Blue) = 111+21+59=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F153B is #90EAC4. Grayscale: #343434. Windows color (decimal): -9497285 or 3872111. OLE color: 3872111.

HSL color Cylindrical-coordinate representation of color #6F153B: hue angle of 334.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F153B is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 21 59 -
CMYK 0 0.81 0.47 0.56
HSL 334.67º 0.68% 0.26% -
HSV(B) 334.67º 0.81% 0.44% -
XYZ 7.61 4.23 4.55 -
YUV 52.24 131.82 169.91 -
System Red Green Blue C M Y K H S L
Decimal 111 21 59 0 0.81 0.47 0.56 334.67 0.68 0.26
Hex 6F 15 3B 0 51 2F 38 14F 44 1A
Octal 157 25 73 0 121 57 70 517 104 32
Binary 1101111 10101 111011 0 1010001 101111 111000 101001111 1000100 11010

Color Harmonies of #6F153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F153B

Black with #6F153B

Text Example


Text Example

White with #6F153B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,21,59); }

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

background-color css

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

 a { background-color: rgb(111,21,59); }

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

border-color css

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

 span { border-color: rgb(111,21,59); }

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