Html Css Color HEX #6F3CEF Blue Violet

📋 copy color: '#6F3CEF'

red 111 ◦ green 60 ◦ blue 239

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

Shades of Blue Violet #6F3CEF

Tints of Blue Violet #6F3CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.63%

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

R = 27.07%
G = 14.63%
B = 58.29%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6F3CEF (or 0x6F3CEF) is known color: Blue Violet. HEX triplet: 6F, 3C and EF. RGB value is (111,60,239). Sum of RGB (Red+Green+Blue) = 111+60+239=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F3CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3CEF is #90C310. Grayscale: #5E5E5E. Windows color (decimal): -9487121 or 15678575. OLE color: 15678575.

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

Color convert

RGB 111 60 239 -
CMYK 0.54 0.75 0 0.06
HSL 257.1º 0.85% 0.59% -
HSV(B) 257.1º 0.75% 0.94% -
XYZ 23.75 12.84 82.89 -
YUV 95.66 208.9 138.95 -
System Red Green Blue C M Y K H S L
Decimal 111 60 239 0.54 0.75 0 0.06 257.1 0.85 0.59
Hex 6F 3C EF 36 4B 0 6 101 55 3B
Octal 157 74 357 66 113 0 6 401 125 73
Binary 1101111 111100 11101111 110110 1001011 0 110 100000001 1010101 111011

Color Harmonies of #6F3CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3CEF

Black with #6F3CEF

Text Example


Text Example

White with #6F3CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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