#6E3358

Color #6E3358 Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #6E3358

Tints of Flirt #6E3358

Color information

#6E3358 (or 0x6E3358) is unknown color: approx Flirt. HEX triplet: 6E, 33 and 58. RGB value is (110,51,88). Sum of RGB (Red+Green+Blue) = 110+51+88=249 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.18% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3358 is #91CCA7. Grayscale: #484848. Windows color (decimal): -9555112 or 5780334. OLE color: 5780334.

HSL color Cylindrical-coordinate representation of color #6E3358: hue angle of 322.37º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E3358 is Cyan = 0, Magento = 0.54, Yellow = 0.2 and Black (K on CMYK) = 0.57.

Color convert

RGB1105188-
CMYK00.540.20.57
HSL322.37º36.65%31.57%-
HSV(B)322.37º53.64%43.14%-
XYZ9.386.399.97-
YUV72.86136.55154.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.18%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=44.18%
G=20.48%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.2
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110518800.540.20.57322.3736.6531.57
Hex6E335803614391422520
Octal1566313006624715024540
Binary11011101100111011000011011010100111001101000010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,51,88); }

 H1.HeaderClassName
 {
   color: #6E3358;
 }
 .AnyTagClassName
 {
   color: #6E3358;
 }
</style>
background-color css

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

 a { background-color: rgb(110,51,88); }

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

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

 span { border-color: rgb(110,51,88); }

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