Html Css Color HEX #6F2D55 Flirt

📋 copy color: '#6F2D55'

red 111 ◦ green 45 ◦ blue 85

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

Shades of Flirt #6F2D55

Tints of Flirt #6F2D55

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.67%

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

R = 46.06%
G = 18.67%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F2D55 (or 0x6F2D55) is known color: Flirt. HEX triplet: 6F, 2D and 55. RGB value is (111,45,85). Sum of RGB (Red+Green+Blue) = 111+45+85=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2D55 is #90D2AA. Grayscale: #454545. Windows color (decimal): -9491115 or 5582191. OLE color: 5582191.

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

Color convert

RGB 111 45 85 -
CMYK 0 0.59 0.23 0.56
HSL 323.64º 0.42% 0.31% -
HSV(B) 323.64º 0.59% 0.44% -
XYZ 9.13 5.91 9.25 -
YUV 69.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 111 45 85 0 0.59 0.23 0.56 323.64 0.42 0.31
Hex 6F 2D 55 0 3B 17 38 144 2A 1F
Octal 157 55 125 0 73 27 70 504 52 37
Binary 1101111 101101 1010101 0 111011 10111 111000 101000100 101010 11111

Color Harmonies of #6F2D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2D55

Black with #6F2D55

Text Example


Text Example

White with #6F2D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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