Html Css Color HEX #6300DB Electric Indigo

📋 copy color: '#6300DB'

red 99 ◦ green 0 ◦ blue 219

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

Shades of Electric Indigo #6300DB

Tints of Electric Indigo #6300DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.87%

R = 31.13%
G = 0%
B = 68.87%

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

#6300DB (or 0x6300DB) is known color: Electric Indigo. HEX triplet: 63, 00 and DB. RGB value is (99,0,219). Sum of RGB (Red+Green+Blue) = 99+0+219=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #6300DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6300DB is #9CFF24. Grayscale: #353535. Windows color (decimal): -10288933 or 14352483. OLE color: 14352483.

HSL color Cylindrical-coordinate representation of color #6300DB: hue angle of 267.12º 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 #6300DB is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 0 219 -
CMYK 0.55 1 0 0.14
HSL 267.12º 1% 0.43% -
HSV(B) 267.12º 1% 0.86% -
XYZ 17.93 7.77 67.57 -
YUV 54.57 220.8 159.69 -
System Red Green Blue C M Y K H S L
Decimal 99 0 219 0.55 1 0 0.14 267.12 1 0.43
Hex 63 0 DB 37 64 0 E 10B 64 2B
Octal 143 0 333 67 144 0 16 413 144 53
Binary 1100011 0 11011011 110111 1100100 0 1110 100001011 1100100 101011

Color Harmonies of #6300DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6300DB

Black with #6300DB

Text Example


Text Example

White with #6300DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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