Html Css Color HEX #6F33EC Blue Violet

📋 copy color: '#6F33EC'

red 111 ◦ green 51 ◦ blue 236

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

Shades of Blue Violet #6F33EC

Tints of Blue Violet #6F33EC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.81%

 BLUE value IS 236 (92.58% from 255) = 59.3%

R = 27.89%
G = 12.81%
B = 59.3%

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

#6F33EC (or 0x6F33EC) is known color: Blue Violet. HEX triplet: 6F, 33 and EC. RGB value is (111,51,236). Sum of RGB (Red+Green+Blue) = 111+51+236=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #6F33EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F33EC is #90CC13. Grayscale: #595959. Windows color (decimal): -9489428 or 15479663. OLE color: 15479663.

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

Color convert

RGB 111 51 236 -
CMYK 0.53 0.78 0 0.07
HSL 259.46º 0.83% 0.56% -
HSV(B) 259.46º 0.78% 0.93% -
XYZ 22.88 11.8 80.43 -
YUV 90.03 210.38 142.96 -
System Red Green Blue C M Y K H S L
Decimal 111 51 236 0.53 0.78 0 0.07 259.46 0.83 0.56
Hex 6F 33 EC 35 4E 0 7 103 53 38
Octal 157 63 354 65 116 0 7 403 123 70
Binary 1101111 110011 11101100 110101 1001110 0 111 100000011 1010011 111000

Color Harmonies of #6F33EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F33EC

Black with #6F33EC

Text Example


Text Example

White with #6F33EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,51,236); }

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

background-color css

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

 a { background-color: rgb(111,51,236); }

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

border-color css

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

 span { border-color: rgb(111,51,236); }

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