Html Css Color HEX #6B3350 Flirt

📋 copy color: '#6B3350'

red 107 ◦ green 51 ◦ blue 80

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

Shades of Flirt #6B3350

Tints of Flirt #6B3350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 33.61%

R = 44.96%
G = 21.43%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6B3350 (or 0x6B3350) is known color: Flirt. HEX triplet: 6B, 33 and 50. RGB value is (107,51,80). Sum of RGB (Red+Green+Blue) = 107+51+80=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3350 is #94CCAF. Grayscale: #464646. Windows color (decimal): -9751728 or 5256043. OLE color: 5256043.

HSL color Cylindrical-coordinate representation of color #6B3350: hue angle of 328.93º 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 #6B3350 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 51 80 -
CMYK 0 0.52 0.25 0.58
HSL 328.93º 0.35% 0.31% -
HSV(B) 328.93º 0.52% 0.42% -
XYZ 8.7 6.07 8.3 -
YUV 71.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 107 51 80 0 0.52 0.25 0.58 328.93 0.35 0.31
Hex 6B 33 50 0 34 19 3A 149 23 1F
Octal 153 63 120 0 64 31 72 511 43 37
Binary 1101011 110011 1010000 0 110100 11001 111010 101001001 100011 11111

Color Harmonies of #6B3350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3350

Black with #6B3350

Text Example


Text Example

White with #6B3350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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