Html Css Color HEX #6F2355 Pompadour

📋 copy color: '#6F2355'

red 111 ◦ green 35 ◦ blue 85

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

Shades of Pompadour #6F2355

Tints of Pompadour #6F2355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

 BLUE value IS 85 (33.59% from 255) = 36.8%

R = 48.05%
G = 15.15%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F2355 (or 0x6F2355) is known color: Pompadour. HEX triplet: 6F, 23 and 55. RGB value is (111,35,85). Sum of RGB (Red+Green+Blue) = 111+35+85=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2355 is #90DCAA. Grayscale: #3F3F3F. Windows color (decimal): -9493675 or 5579631. OLE color: 5579631.

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

Color convert

RGB 111 35 85 -
CMYK 0 0.68 0.23 0.56
HSL 320.53º 0.52% 0.29% -
HSV(B) 320.53º 0.68% 0.44% -
XYZ 8.8 5.24 9.14 -
YUV 63.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 111 35 85 0 0.68 0.23 0.56 320.53 0.52 0.29
Hex 6F 23 55 0 44 17 38 141 34 1D
Octal 157 43 125 0 104 27 70 501 64 35
Binary 1101111 100011 1010101 0 1000100 10111 111000 101000001 110100 11101

Color Harmonies of #6F2355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2355

Black with #6F2355

Text Example


Text Example

White with #6F2355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,35,85); }

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

background-color css

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

 a { background-color: rgb(111,35,85); }

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

border-color css

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

 span { border-color: rgb(111,35,85); }

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