Html Css Color HEX #6D12DC Blue Violet

📋 copy color: '#6D12DC'

red 109 ◦ green 18 ◦ blue 220

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

Shades of Blue Violet #6D12DC

Tints of Blue Violet #6D12DC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.19%

 BLUE value IS 220 (86.33% from 255) = 63.4%

R = 31.41%
G = 5.19%
B = 63.4%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D12DC (or 0x6D12DC) is known color: Blue Violet. HEX triplet: 6D, 12 and DC. RGB value is (109,18,220). Sum of RGB (Red+Green+Blue) = 109+18+220=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D12DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D12DC is #92ED23. Grayscale: #434343. Windows color (decimal): -9628964 or 14422637. OLE color: 14422637.

HSL color Cylindrical-coordinate representation of color #6D12DC: hue angle of 267.03º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D12DC is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 18 220 -
CMYK 0.50 0.92 0 0.14
HSL 267.03º 0.85% 0.47% -
HSV(B) 267.03º 0.92% 0.86% -
XYZ 19.44 8.85 68.39 -
YUV 68.24 213.65 157.07 -
System Red Green Blue C M Y K H S L
Decimal 109 18 220 0.50 0.92 0 0.14 267.03 0.85 0.47
Hex 6D 12 DC 32 5C 0 E 10B 55 2F
Octal 155 22 334 62 134 0 16 413 125 57
Binary 1101101 10010 11011100 110010 1011100 0 1110 100001011 1010101 101111

Color Harmonies of #6D12DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D12DC

Black with #6D12DC

Text Example


Text Example

White with #6D12DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,18,220); }

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

background-color css

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

 a { background-color: rgb(109,18,220); }

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

border-color css

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

 span { border-color: rgb(109,18,220); }

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