Html Css Color HEX #6F34EE Blue Violet

📋 copy color: '#6F34EE'

red 111 ◦ green 52 ◦ blue 238

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

Shades of Blue Violet #6F34EE

Tints of Blue Violet #6F34EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.35%

R = 27.68%
G = 12.97%
B = 59.35%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6F34EE (or 0x6F34EE) is known color: Blue Violet. HEX triplet: 6F, 34 and EE. RGB value is (111,52,238). Sum of RGB (Red+Green+Blue) = 111+52+238=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #6F34EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F34EE is #90CB11. Grayscale: #5A5A5A. Windows color (decimal): -9489170 or 15610991. OLE color: 15610991.

HSL color Cylindrical-coordinate representation of color #6F34EE: hue angle of 259.03º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F34EE is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 52 238 -
CMYK 0.53 0.78 0 0.07
HSL 259.03º 0.85% 0.57% -
HSV(B) 259.03º 0.78% 0.93% -
XYZ 23.22 12.01 81.98 -
YUV 90.85 211.05 142.38 -
System Red Green Blue C M Y K H S L
Decimal 111 52 238 0.53 0.78 0 0.07 259.03 0.85 0.57
Hex 6F 34 EE 35 4E 0 7 103 55 39
Octal 157 64 356 65 116 0 7 403 125 71
Binary 1101111 110100 11101110 110101 1001110 0 111 100000011 1010101 111001

Color Harmonies of #6F34EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F34EE

Black with #6F34EE

Text Example


Text Example

White with #6F34EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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