Html Css Color HEX #6E334B Flirt

📋 copy color: '#6E334B'

red 110 ◦ green 51 ◦ blue 75

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

Shades of Flirt #6E334B

Tints of Flirt #6E334B

RGB

 RED value IS 110 (43.36% from 255) = 46.61%

 GREEN value IS 51 (20.31% from 255) = 21.61%

 BLUE value IS 75 (29.69% from 255) = 31.78%

R = 46.61%
G = 21.61%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6E334B (or 0x6E334B) is known color: Flirt. HEX triplet: 6E, 33 and 4B. RGB value is (110,51,75). Sum of RGB (Red+Green+Blue) = 110+51+75=236 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.61% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 110 - color contains mainly: red. Hex color #6E334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E334B is #91CCB4. Grayscale: #474747. Windows color (decimal): -9555125 or 4928366. OLE color: 4928366.

HSL color Cylindrical-coordinate representation of color #6E334B: hue angle of 335.59º 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 #6E334B is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 51 75 -
CMYK 0 0.54 0.32 0.57
HSL 335.59º 0.37% 0.32% -
HSV(B) 335.59º 0.54% 0.43% -
XYZ 8.88 6.19 7.38 -
YUV 71.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 110 51 75 0 0.54 0.32 0.57 335.59 0.37 0.32
Hex 6E 33 4B 0 36 20 39 150 25 20
Octal 156 63 113 0 66 40 71 520 45 40
Binary 1101110 110011 1001011 0 110110 100000 111001 101010000 100101 100000

Color Harmonies of #6E334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E334B

Black with #6E334B

Text Example


Text Example

White with #6E334B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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