Html Css Color HEX #6B334E Flirt

📋 copy color: '#6B334E'

red 107 ◦ green 51 ◦ blue 78

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

Shades of Flirt #6B334E

Tints of Flirt #6B334E

RGB

 RED value IS 107 (42.19% from 255) = 45.34%

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

 BLUE value IS 78 (30.86% from 255) = 33.05%

R = 45.34%
G = 21.61%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6B334E (or 0x6B334E) is known color: Flirt. HEX triplet: 6B, 33 and 4E. RGB value is (107,51,78). Sum of RGB (Red+Green+Blue) = 107+51+78=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 107 - color contains mainly: red. Hex color #6B334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B334E is #94CCB1. Grayscale: #464646. Windows color (decimal): -9751730 or 5124971. OLE color: 5124971.

HSL color Cylindrical-coordinate representation of color #6B334E: hue angle of 331.07º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B334E is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 51 78 -
CMYK 0 0.52 0.27 0.58
HSL 331.07º 0.35% 0.31% -
HSV(B) 331.07º 0.52% 0.42% -
XYZ 8.62 6.04 7.92 -
YUV 70.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 107 51 78 0 0.52 0.27 0.58 331.07 0.35 0.31
Hex 6B 33 4E 0 34 1B 3A 14B 23 1F
Octal 153 63 116 0 64 33 72 513 43 37
Binary 1101011 110011 1001110 0 110100 11011 111010 101001011 100011 11111

Color Harmonies of #6B334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B334E

Black with #6B334E

Text Example


Text Example

White with #6B334E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,51,78); }

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

background-color css

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

 a { background-color: rgb(107,51,78); }

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

border-color css

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

 span { border-color: rgb(107,51,78); }

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