Html Css Color HEX #6F2554 Pompadour

📋 copy color: '#6F2554'

red 111 ◦ green 37 ◦ blue 84

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

Shades of Pompadour #6F2554

Tints of Pompadour #6F2554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.95%

 BLUE value IS 84 (33.2% from 255) = 36.21%

R = 47.84%
G = 15.95%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#6F2554 (or 0x6F2554) is known color: Pompadour. HEX triplet: 6F, 25 and 54. RGB value is (111,37,84). Sum of RGB (Red+Green+Blue) = 111+37+84=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2554 is #90DAAB. Grayscale: #404040. Windows color (decimal): -9493164 or 5514607. OLE color: 5514607.

HSL color Cylindrical-coordinate representation of color #6F2554: hue angle of 321.89º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F2554 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 37 84 -
CMYK 0 0.67 0.24 0.56
HSL 321.89º 0.5% 0.29% -
HSV(B) 321.89º 0.67% 0.44% -
XYZ 8.82 5.34 8.95 -
YUV 64.48 139.02 161.18 -
System Red Green Blue C M Y K H S L
Decimal 111 37 84 0 0.67 0.24 0.56 321.89 0.5 0.29
Hex 6F 25 54 0 43 18 38 142 32 1D
Octal 157 45 124 0 103 30 70 502 62 35
Binary 1101111 100101 1010100 0 1000011 11000 111000 101000010 110010 11101

Color Harmonies of #6F2554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2554

Black with #6F2554

Text Example


Text Example

White with #6F2554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,37,84); }

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

background-color css

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

 a { background-color: rgb(111,37,84); }

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

border-color css

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

 span { border-color: rgb(111,37,84); }

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