Html Css Color HEX #6B314C Flirt

📋 copy color: '#6B314C'

red 107 ◦ green 49 ◦ blue 76

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

Shades of Flirt #6B314C

Tints of Flirt #6B314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

 BLUE value IS 76 (30.08% from 255) = 32.76%

R = 46.12%
G = 21.12%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6B314C (or 0x6B314C) is known color: Flirt. HEX triplet: 6B, 31 and 4C. RGB value is (107,49,76). Sum of RGB (Red+Green+Blue) = 107+49+76=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B314C is #94CEB3. Grayscale: #454545. Windows color (decimal): -9752244 or 4993387. OLE color: 4993387.

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

Color convert

RGB 107 49 76 -
CMYK 0 0.54 0.29 0.58
HSL 332.07º 0.37% 0.31% -
HSV(B) 332.07º 0.54% 0.42% -
XYZ 8.47 5.84 7.52 -
YUV 69.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 107 49 76 0 0.54 0.29 0.58 332.07 0.37 0.31
Hex 6B 31 4C 0 36 1D 3A 14C 25 1F
Octal 153 61 114 0 66 35 72 514 45 37
Binary 1101011 110001 1001100 0 110110 11101 111010 101001100 100101 11111

Color Harmonies of #6B314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B314C

Black with #6B314C

Text Example


Text Example

White with #6B314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,49,76); }

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

background-color css

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

 a { background-color: rgb(107,49,76); }

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

border-color css

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

 span { border-color: rgb(107,49,76); }

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