Html Css Color HEX #6E24DF Blue Violet

📋 copy color: '#6E24DF'

red 110 ◦ green 36 ◦ blue 223

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

Shades of Blue Violet #6E24DF

Tints of Blue Violet #6E24DF

RGB

 RED value IS 110 (43.36% from 255) = 29.81%

 GREEN value IS 36 (14.45% from 255) = 9.76%

 BLUE value IS 223 (87.5% from 255) = 60.43%

R = 29.81%
G = 9.76%
B = 60.43%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E24DF (or 0x6E24DF) is known color: Blue Violet. HEX triplet: 6E, 24 and DF. RGB value is (110,36,223). Sum of RGB (Red+Green+Blue) = 110+36+223=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E24DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E24DF is #91DB20. Grayscale: #4E4E4E. Windows color (decimal): -9558817 or 14623854. OLE color: 14623854.

HSL color Cylindrical-coordinate representation of color #6E24DF: hue angle of 263.74º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E24DF is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 36 223 -
CMYK 0.51 0.84 0 0.13
HSL 263.74º 0.75% 0.51% -
HSV(B) 263.74º 0.84% 0.87% -
XYZ 20.38 9.9 70.65 -
YUV 79.44 209.02 149.79 -
System Red Green Blue C M Y K H S L
Decimal 110 36 223 0.51 0.84 0 0.13 263.74 0.75 0.51
Hex 6E 24 DF 33 54 0 D 108 4B 33
Octal 156 44 337 63 124 0 15 410 113 63
Binary 1101110 100100 11011111 110011 1010100 0 1101 100001000 1001011 110011

Color Harmonies of #6E24DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E24DF

Black with #6E24DF

Text Example


Text Example

White with #6E24DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,36,223); }

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

background-color css

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

 a { background-color: rgb(110,36,223); }

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

border-color css

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

 span { border-color: rgb(110,36,223); }

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