Html Css Color HEX #6305DB Electric Indigo

📋 copy color: '#6305DB'

red 99 ◦ green 5 ◦ blue 219

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

Shades of Electric Indigo #6305DB

Tints of Electric Indigo #6305DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.55%

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

R = 30.65%
G = 1.55%
B = 67.8%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6305DB (or 0x6305DB) is known color: Electric Indigo. HEX triplet: 63, 05 and DB. RGB value is (99,5,219). Sum of RGB (Red+Green+Blue) = 99+5+219=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #6305DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6305DB is #9CFA24. Grayscale: #383838. Windows color (decimal): -10287653 or 14353763. OLE color: 14353763.

HSL color Cylindrical-coordinate representation of color #6305DB: hue angle of 266.36º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6305DB is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 5 219 -
CMYK 0.55 0.98 0 0.14
HSL 266.36º 0.96% 0.44% -
HSV(B) 266.36º 0.98% 0.86% -
XYZ 17.99 7.88 67.59 -
YUV 57.5 219.14 157.6 -
System Red Green Blue C M Y K H S L
Decimal 99 5 219 0.55 0.98 0 0.14 266.36 0.96 0.44
Hex 63 5 DB 37 62 0 E 10A 60 2C
Octal 143 5 333 67 142 0 16 412 140 54
Binary 1100011 101 11011011 110111 1100010 0 1110 100001010 1100000 101100

Color Harmonies of #6305DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6305DB

Black with #6305DB

Text Example


Text Example

White with #6305DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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