Html Css Color HEX #6F3453 Flirt

📋 copy color: '#6F3453'

red 111 ◦ green 52 ◦ blue 83

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

Shades of Flirt #6F3453

Tints of Flirt #6F3453

RGB

 RED value IS 111 (43.75% from 255) = 45.12%

 GREEN value IS 52 (20.7% from 255) = 21.14%

 BLUE value IS 83 (32.81% from 255) = 33.74%

R = 45.12%
G = 21.14%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#6F3453 (or 0x6F3453) is known color: Flirt. HEX triplet: 6F, 34 and 53. RGB value is (111,52,83). Sum of RGB (Red+Green+Blue) = 111+52+83=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3453 is #90CBAC. Grayscale: #494949. Windows color (decimal): -9489325 or 5452911. OLE color: 5452911.

HSL color Cylindrical-coordinate representation of color #6F3453: hue angle of 328.47º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F3453 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 52 83 -
CMYK 0 0.53 0.25 0.56
HSL 328.47º 0.36% 0.32% -
HSV(B) 328.47º 0.53% 0.44% -
XYZ 9.34 6.46 8.94 -
YUV 73.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 111 52 83 0 0.53 0.25 0.56 328.47 0.36 0.32
Hex 6F 34 53 0 35 19 38 148 24 20
Octal 157 64 123 0 65 31 70 510 44 40
Binary 1101111 110100 1010011 0 110101 11001 111000 101001000 100100 100000

Color Harmonies of #6F3453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3453

Black with #6F3453

Text Example


Text Example

White with #6F3453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,52,83); }

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

background-color css

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

 a { background-color: rgb(111,52,83); }

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

border-color css

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

 span { border-color: rgb(111,52,83); }

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