Html Css Color HEX #6D13DD Blue Violet

📋 copy color: '#6D13DD'

red 109 ◦ green 19 ◦ blue 221

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

Shades of Blue Violet #6D13DD

Tints of Blue Violet #6D13DD

RGB

 RED value IS 109 (42.97% from 255) = 31.23%

 GREEN value IS 19 (7.81% from 255) = 5.44%

 BLUE value IS 221 (86.72% from 255) = 63.32%

R = 31.23%
G = 5.44%
B = 63.32%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D13DD (or 0x6D13DD) is known color: Blue Violet. HEX triplet: 6D, 13 and DD. RGB value is (109,19,221). Sum of RGB (Red+Green+Blue) = 109+19+221=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D13DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D13DD is #92EC22. Grayscale: #444444. Windows color (decimal): -9628707 or 14488429. OLE color: 14488429.

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

Color convert

RGB 109 19 221 -
CMYK 0.51 0.91 0 0.13
HSL 266.73º 0.84% 0.47% -
HSV(B) 266.73º 0.91% 0.87% -
XYZ 19.59 8.94 69.1 -
YUV 68.94 213.82 156.57 -
System Red Green Blue C M Y K H S L
Decimal 109 19 221 0.51 0.91 0 0.13 266.73 0.84 0.47
Hex 6D 13 DD 33 5B 0 D 10B 54 2F
Octal 155 23 335 63 133 0 15 413 124 57
Binary 1101101 10011 11011101 110011 1011011 0 1101 100001011 1010100 101111

Color Harmonies of #6D13DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D13DD

Black with #6D13DD

Text Example


Text Example

White with #6D13DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,19,221); }

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

background-color css

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

 a { background-color: rgb(109,19,221); }

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

border-color css

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

 span { border-color: rgb(109,19,221); }

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