Html Css Color HEX #6F3FEB Blue Violet

📋 copy color: '#6F3FEB'

red 111 ◦ green 63 ◦ blue 235

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

Shades of Blue Violet #6F3FEB

Tints of Blue Violet #6F3FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 15.4%

 BLUE value IS 235 (92.19% from 255) = 57.46%

R = 27.14%
G = 15.4%
B = 57.46%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F3FEB (or 0x6F3FEB) is known color: Blue Violet. HEX triplet: 6F, 3F and EB. RGB value is (111,63,235). Sum of RGB (Red+Green+Blue) = 111+63+235=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F3FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3FEB is #90C014. Grayscale: #606060. Windows color (decimal): -9486357 or 15417199. OLE color: 15417199.

HSL color Cylindrical-coordinate representation of color #6F3FEB: hue angle of 256.74º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F3FEB is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 63 235 -
CMYK 0.53 0.73 0 0.08
HSL 256.74º 0.81% 0.58% -
HSV(B) 256.74º 0.73% 0.92% -
XYZ 23.33 12.93 79.86 -
YUV 96.96 205.9 138.01 -
System Red Green Blue C M Y K H S L
Decimal 111 63 235 0.53 0.73 0 0.08 256.74 0.81 0.58
Hex 6F 3F EB 35 49 0 8 101 51 3A
Octal 157 77 353 65 111 0 10 401 121 72
Binary 1101111 111111 11101011 110101 1001001 0 1000 100000001 1010001 111010

Color Harmonies of #6F3FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3FEB

Black with #6F3FEB

Text Example


Text Example

White with #6F3FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,63,235); }

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

background-color css

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

 a { background-color: rgb(111,63,235); }

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

border-color css

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

 span { border-color: rgb(111,63,235); }

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