Html Css Color HEX #6B3254 Flirt

📋 copy color: '#6B3254'

red 107 ◦ green 50 ◦ blue 84

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

Shades of Flirt #6B3254

Tints of Flirt #6B3254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.85%

R = 44.4%
G = 20.75%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#6B3254 (or 0x6B3254) is known color: Flirt. HEX triplet: 6B, 32 and 54. RGB value is (107,50,84). Sum of RGB (Red+Green+Blue) = 107+50+84=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3254 is #94CDAB. Grayscale: #464646. Windows color (decimal): -9751980 or 5517931. OLE color: 5517931.

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

Color convert

RGB 107 50 84 -
CMYK 0 0.53 0.21 0.58
HSL 324.21º 0.36% 0.31% -
HSV(B) 324.21º 0.53% 0.42% -
XYZ 8.8 6.05 9.09 -
YUV 70.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 107 50 84 0 0.53 0.21 0.58 324.21 0.36 0.31
Hex 6B 32 54 0 35 15 3A 144 24 1F
Octal 153 62 124 0 65 25 72 504 44 37
Binary 1101011 110010 1010100 0 110101 10101 111010 101000100 100100 11111

Color Harmonies of #6B3254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3254

Black with #6B3254

Text Example


Text Example

White with #6B3254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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