Html Css Color HEX #6F254A Pompadour

📋 copy color: '#6F254A'

red 111 ◦ green 37 ◦ blue 74

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

Shades of Pompadour #6F254A

Tints of Pompadour #6F254A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.33%

R = 50%
G = 16.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F254A (or 0x6F254A) is known color: Pompadour. HEX triplet: 6F, 25 and 4A. RGB value is (111,37,74). Sum of RGB (Red+Green+Blue) = 111+37+74=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F254A is #90DAB5. Grayscale: #3F3F3F. Windows color (decimal): -9493174 or 4859247. OLE color: 4859247.

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

Color convert

RGB 111 37 74 -
CMYK 0 0.67 0.33 0.56
HSL 330º 0.5% 0.29% -
HSV(B) 330º 0.67% 0.44% -
XYZ 8.45 5.2 7.04 -
YUV 63.34 134.02 161.99 -
System Red Green Blue C M Y K H S L
Decimal 111 37 74 0 0.67 0.33 0.56 330 0.5 0.29
Hex 6F 25 4A 0 43 21 38 14A 32 1D
Octal 157 45 112 0 103 41 70 512 62 35
Binary 1101111 100101 1001010 0 1000011 100001 111000 101001010 110010 11101

Color Harmonies of #6F254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F254A

Black with #6F254A

Text Example


Text Example

White with #6F254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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