Html Css Color HEX #6F34EA Blue Violet

📋 copy color: '#6F34EA'

red 111 ◦ green 52 ◦ blue 234

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

Shades of Blue Violet #6F34EA

Tints of Blue Violet #6F34EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.94%

R = 27.96%
G = 13.1%
B = 58.94%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F34EA (or 0x6F34EA) is known color: Blue Violet. HEX triplet: 6F, 34 and EA. RGB value is (111,52,234). Sum of RGB (Red+Green+Blue) = 111+52+234=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F34EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F34EA is #90CB15. Grayscale: #595959. Windows color (decimal): -9489174 or 15348847. OLE color: 15348847.

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

Color convert

RGB 111 52 234 -
CMYK 0.53 0.78 0 0.08
HSL 259.45º 0.81% 0.56% -
HSV(B) 259.45º 0.78% 0.92% -
XYZ 22.63 11.78 78.92 -
YUV 90.39 209.05 142.7 -
System Red Green Blue C M Y K H S L
Decimal 111 52 234 0.53 0.78 0 0.08 259.45 0.81 0.56
Hex 6F 34 EA 35 4E 0 8 103 51 38
Octal 157 64 352 65 116 0 10 403 121 70
Binary 1101111 110100 11101010 110101 1001110 0 1000 100000011 1010001 111000

Color Harmonies of #6F34EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F34EA

Black with #6F34EA

Text Example


Text Example

White with #6F34EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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