Html Css Color HEX #6F2ADE Blue Violet

📋 copy color: '#6F2ADE'

red 111 ◦ green 42 ◦ blue 222

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

Shades of Blue Violet #6F2ADE

Tints of Blue Violet #6F2ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.2%

 BLUE value IS 222 (87.11% from 255) = 59.2%

R = 29.6%
G = 11.2%
B = 59.2%

CMYK

 C value IS 0.5

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F2ADE (or 0x6F2ADE) is known color: Blue Violet. HEX triplet: 6F, 2A and DE. RGB value is (111,42,222). Sum of RGB (Red+Green+Blue) = 111+42+222=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F2ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2ADE is #90D521. Grayscale: #525252. Windows color (decimal): -9491746 or 14559855. OLE color: 14559855.

HSL color Cylindrical-coordinate representation of color #6F2ADE: hue angle of 263º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F2ADE is Cyan = 0.5, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 42 222 -
CMYK 0.5 0.81 0 0.13
HSL 263º 0.73% 0.52% -
HSV(B) 263º 0.81% 0.87% -
XYZ 20.57 10.31 70.01 -
YUV 83.15 206.36 147.86 -
System Red Green Blue C M Y K H S L
Decimal 111 42 222 0.5 0.81 0 0.13 263 0.73 0.52
Hex 6F 2A DE 32 51 0 D 107 49 34
Octal 157 52 336 62 121 0 15 407 111 64
Binary 1101111 101010 11011110 110010 1010001 0 1101 100000111 1001001 110100

Color Harmonies of #6F2ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2ADE

Black with #6F2ADE

Text Example


Text Example

White with #6F2ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,42,222); }

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

background-color css

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

 a { background-color: rgb(111,42,222); }

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

border-color css

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

 span { border-color: rgb(111,42,222); }

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