Html Css Color HEX #6F31EF Blue Violet

📋 copy color: '#6F31EF'

red 111 ◦ green 49 ◦ blue 239

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

Shades of Blue Violet #6F31EF

Tints of Blue Violet #6F31EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.9%

R = 27.82%
G = 12.28%
B = 59.9%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6F31EF (or 0x6F31EF) is known color: Blue Violet. HEX triplet: 6F, 31 and EF. RGB value is (111,49,239). Sum of RGB (Red+Green+Blue) = 111+49+239=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F31EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F31EF is #90CE10. Grayscale: #585858. Windows color (decimal): -9489937 or 15675759. OLE color: 15675759.

HSL color Cylindrical-coordinate representation of color #6F31EF: hue angle of 259.58º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F31EF is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 111 49 239 -
CMYK 0.54 0.79 0 0.06
HSL 259.58º 0.86% 0.56% -
HSV(B) 259.58º 0.79% 0.94% -
XYZ 23.23 11.81 82.72 -
YUV 89.2 212.54 143.55 -
System Red Green Blue C M Y K H S L
Decimal 111 49 239 0.54 0.79 0 0.06 259.58 0.86 0.56
Hex 6F 31 EF 36 4F 0 6 104 56 38
Octal 157 61 357 66 117 0 6 404 126 70
Binary 1101111 110001 11101111 110110 1001111 0 110 100000100 1010110 111000

Color Harmonies of #6F31EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F31EF

Black with #6F31EF

Text Example


Text Example

White with #6F31EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,49,239); }

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

background-color css

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

 a { background-color: rgb(111,49,239); }

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

border-color css

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

 span { border-color: rgb(111,49,239); }

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