Html Css Color HEX #6F36F9 Blue Violet

📋 copy color: '#6F36F9'

red 111 ◦ green 54 ◦ blue 249

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

Shades of Blue Violet #6F36F9

Tints of Blue Violet #6F36F9

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.04%

 BLUE value IS 249 (97.66% from 255) = 60.14%

R = 26.81%
G = 13.04%
B = 60.14%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F36F9 (or 0x6F36F9) is known color: Blue Violet. HEX triplet: 6F, 36 and F9. RGB value is (111,54,249). Sum of RGB (Red+Green+Blue) = 111+54+249=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F36F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F36F9 is #90C906. Grayscale: #5C5C5C. Windows color (decimal): -9488647 or 16332399. OLE color: 16332399.

HSL color Cylindrical-coordinate representation of color #6F36F9: hue angle of 257.54º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F36F9 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 54 249 -
CMYK 0.55 0.78 0 0.02
HSL 257.54º 0.94% 0.59% -
HSV(B) 257.54º 0.78% 0.98% -
XYZ 24.97 12.86 90.79 -
YUV 93.27 215.88 140.64 -
System Red Green Blue C M Y K H S L
Decimal 111 54 249 0.55 0.78 0 0.02 257.54 0.94 0.59
Hex 6F 36 F9 37 4E 0 2 102 5E 3B
Octal 157 66 371 67 116 0 2 402 136 73
Binary 1101111 110110 11111001 110111 1001110 0 10 100000010 1011110 111011

Color Harmonies of #6F36F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F36F9

Black with #6F36F9

Text Example


Text Example

White with #6F36F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,54,249); }

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

background-color css

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

 a { background-color: rgb(111,54,249); }

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

border-color css

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

 span { border-color: rgb(111,54,249); }

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