Html Css Color HEX #6F3552 Flirt

📋 copy color: '#6F3552'

red 111 ◦ green 53 ◦ blue 82

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

Shades of Flirt #6F3552

Tints of Flirt #6F3552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

 BLUE value IS 82 (32.42% from 255) = 33.33%

R = 45.12%
G = 21.54%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#6F3552 (or 0x6F3552) is known color: Flirt. HEX triplet: 6F, 35 and 52. RGB value is (111,53,82). Sum of RGB (Red+Green+Blue) = 111+53+82=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3552 is #90CAAD. Grayscale: #494949. Windows color (decimal): -9489070 or 5387631. OLE color: 5387631.

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

Color convert

RGB 111 53 82 -
CMYK 0 0.52 0.26 0.56
HSL 330º 0.35% 0.32% -
HSV(B) 330º 0.52% 0.44% -
XYZ 9.35 6.53 8.75 -
YUV 73.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 111 53 82 0 0.52 0.26 0.56 330 0.35 0.32
Hex 6F 35 52 0 34 1A 38 14A 23 20
Octal 157 65 122 0 64 32 70 512 43 40
Binary 1101111 110101 1010010 0 110100 11010 111000 101001010 100011 100000

Color Harmonies of #6F3552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3552

Black with #6F3552

Text Example


Text Example

White with #6F3552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,53,82); }

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

background-color css

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

 a { background-color: rgb(111,53,82); }

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

border-color css

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

 span { border-color: rgb(111,53,82); }

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