Html Css Color HEX #6B324F Flirt

📋 copy color: '#6B324F'

red 107 ◦ green 50 ◦ blue 79

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

Shades of Flirt #6B324F

Tints of Flirt #6B324F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

 BLUE value IS 79 (31.25% from 255) = 33.47%

R = 45.34%
G = 21.19%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#6B324F (or 0x6B324F) is known color: Flirt. HEX triplet: 6B, 32 and 4F. RGB value is (107,50,79). Sum of RGB (Red+Green+Blue) = 107+50+79=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 107 - color contains mainly: red. Hex color #6B324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B324F is #94CDB0. Grayscale: #464646. Windows color (decimal): -9751985 or 5190251. OLE color: 5190251.

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

Color convert

RGB 107 50 79 -
CMYK 0 0.53 0.26 0.58
HSL 329.47º 0.36% 0.31% -
HSV(B) 329.47º 0.53% 0.42% -
XYZ 8.62 5.97 8.1 -
YUV 70.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 107 50 79 0 0.53 0.26 0.58 329.47 0.36 0.31
Hex 6B 32 4F 0 35 1A 3A 149 24 1F
Octal 153 62 117 0 65 32 72 511 44 37
Binary 1101011 110010 1001111 0 110101 11010 111010 101001001 100100 11111

Color Harmonies of #6B324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B324F

Black with #6B324F

Text Example


Text Example

White with #6B324F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,50,79); }

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

background-color css

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

 a { background-color: rgb(107,50,79); }

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

border-color css

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

 span { border-color: rgb(107,50,79); }

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