Html Css Color HEX #6303DD Electric Indigo

📋 copy color: '#6303DD'

red 99 ◦ green 3 ◦ blue 221

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

Shades of Electric Indigo #6303DD

Tints of Electric Indigo #6303DD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

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

R = 30.65%
G = 0.93%
B = 68.42%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6303DD (or 0x6303DD) is known color: Electric Indigo. HEX triplet: 63, 03 and DD. RGB value is (99,3,221). Sum of RGB (Red+Green+Blue) = 99+3+221=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #6303DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6303DD is #9CFC22. Grayscale: #373737. Windows color (decimal): -10288163 or 14484323. OLE color: 14484323.

HSL color Cylindrical-coordinate representation of color #6303DD: hue angle of 266.42º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6303DD is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 3 221 -
CMYK 0.55 0.99 0 0.13
HSL 266.42º 0.97% 0.44% -
HSV(B) 266.42º 0.99% 0.87% -
XYZ 18.23 7.94 68.98 -
YUV 56.56 220.8 158.27 -
System Red Green Blue C M Y K H S L
Decimal 99 3 221 0.55 0.99 0 0.13 266.42 0.97 0.44
Hex 63 3 DD 37 63 0 D 10A 61 2C
Octal 143 3 335 67 143 0 15 412 141 54
Binary 1100011 11 11011101 110111 1100011 0 1101 100001010 1100001 101100

Color Harmonies of #6303DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6303DD

Black with #6303DD

Text Example


Text Example

White with #6303DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6303DD; }

 p { color: rgb(99,3,221); }

 H1.HeaderClassName
 {
   color: #6303DD;
 }
 .AnyTagClassName
 {
   color: #6303DD;
 }
</style>

background-color css

<style>
 a { background-color: #6303DD; }

 a { background-color: rgb(99,3,221); }

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

border-color css

<style>
 span { border-color: #6303DD; }

 span { border-color: rgb(99,3,221); }

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