Html Css Color HEX #6300DC Electric Indigo

📋 copy color: '#6300DC'

red 99 ◦ green 0 ◦ blue 220

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

Shades of Electric Indigo #6300DC

Tints of Electric Indigo #6300DC

RGB

 RED value IS 99 (39.06% from 255) = 31.03%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.03%
G = 0%
B = 68.97%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6300DC (or 0x6300DC) is known color: Electric Indigo. HEX triplet: 63, 00 and DC. RGB value is (99,0,220). Sum of RGB (Red+Green+Blue) = 99+0+220=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #6300DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6300DC is #9CFF23. Grayscale: #353535. Windows color (decimal): -10288932 or 14418019. OLE color: 14418019.

HSL color Cylindrical-coordinate representation of color #6300DC: hue angle of 267º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6300DC is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 0 220 -
CMYK 0.55 1 0 0.14
HSL 267º 1% 0.43% -
HSV(B) 267º 1% 0.86% -
XYZ 18.06 7.82 68.27 -
YUV 54.68 221.3 159.61 -
System Red Green Blue C M Y K H S L
Decimal 99 0 220 0.55 1 0 0.14 267 1 0.43
Hex 63 0 DC 37 64 0 E 10B 64 2B
Octal 143 0 334 67 144 0 16 413 144 53
Binary 1100011 0 11011100 110111 1100100 0 1110 100001011 1100100 101011

Color Harmonies of #6300DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6300DC

Black with #6300DC

Text Example


Text Example

White with #6300DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6300DC; }

 p { color: rgb(99,0,220); }

 H1.HeaderClassName
 {
   color: #6300DC;
 }
 .AnyTagClassName
 {
   color: #6300DC;
 }
</style>

background-color css

<style>
 a { background-color: #6300DC; }

 a { background-color: rgb(99,0,220); }

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

border-color css

<style>
 span { border-color: #6300DC; }

 span { border-color: rgb(99,0,220); }

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