Html Css Color HEX #6F254F Pompadour

📋 copy color: '#6F254F'

red 111 ◦ green 37 ◦ blue 79

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

Shades of Pompadour #6F254F

Tints of Pompadour #6F254F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.8%

R = 48.9%
G = 16.3%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#6F254F (or 0x6F254F) is known color: Pompadour. HEX triplet: 6F, 25 and 4F. RGB value is (111,37,79). Sum of RGB (Red+Green+Blue) = 111+37+79=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F254F is #90DAB0. Grayscale: #3F3F3F. Windows color (decimal): -9493169 or 5186927. OLE color: 5186927.

HSL color Cylindrical-coordinate representation of color #6F254F: hue angle of 325.95º 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 #6F254F is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 37 79 -
CMYK 0 0.67 0.29 0.56
HSL 325.95º 0.5% 0.29% -
HSV(B) 325.95º 0.67% 0.44% -
XYZ 8.63 5.27 7.96 -
YUV 63.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 111 37 79 0 0.67 0.29 0.56 325.95 0.5 0.29
Hex 6F 25 4F 0 43 1D 38 146 32 1D
Octal 157 45 117 0 103 35 70 506 62 35
Binary 1101111 100101 1001111 0 1000011 11101 111000 101000110 110010 11101

Color Harmonies of #6F254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F254F

Black with #6F254F

Text Example


Text Example

White with #6F254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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