Html Css Color HEX #6F2654 Pompadour

📋 copy color: '#6F2654'

red 111 ◦ green 38 ◦ blue 84

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

Shades of Pompadour #6F2654

Tints of Pompadour #6F2654

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.31%

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

R = 47.64%
G = 16.31%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#6F2654 (or 0x6F2654) is known color: Pompadour. HEX triplet: 6F, 26 and 54. RGB value is (111,38,84). Sum of RGB (Red+Green+Blue) = 111+38+84=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2654 is #90D9AB. Grayscale: #404040. Windows color (decimal): -9492908 or 5514863. OLE color: 5514863.

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

Color convert

RGB 111 38 84 -
CMYK 0 0.66 0.24 0.56
HSL 322.19º 0.49% 0.29% -
HSV(B) 322.19º 0.66% 0.44% -
XYZ 8.85 5.41 8.96 -
YUV 65.07 138.68 160.76 -
System Red Green Blue C M Y K H S L
Decimal 111 38 84 0 0.66 0.24 0.56 322.19 0.49 0.29
Hex 6F 26 54 0 42 18 38 142 31 1D
Octal 157 46 124 0 102 30 70 502 61 35
Binary 1101111 100110 1010100 0 1000010 11000 111000 101000010 110001 11101

Color Harmonies of #6F2654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2654

Black with #6F2654

Text Example


Text Example

White with #6F2654

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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