Html Css Color HEX #6003D8 Electric Indigo

📋 copy color: '#6003D8'

red 96 ◦ green 3 ◦ blue 216

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

Shades of Electric Indigo #6003D8

Tints of Electric Indigo #6003D8

RGB

 RED value IS 96 (37.89% from 255) = 30.48%

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

 BLUE value IS 216 (84.77% from 255) = 68.57%

R = 30.48%
G = 0.95%
B = 68.57%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6003D8 (or 0x6003D8) is known color: Electric Indigo. HEX triplet: 60, 03 and D8. RGB value is (96,3,216). Sum of RGB (Red+Green+Blue) = 96+3+216=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 216 (84.77% from 255 or 68.57% from 315); Max value from RGB is 216 - color contains mainly: blue. Hex color #6003D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6003D8 is #9FFC27. Grayscale: #363636. Windows color (decimal): -10484776 or 14156640. OLE color: 14156640.

HSL color Cylindrical-coordinate representation of color #6003D8: hue angle of 266.2º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6003D8 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 3 216 -
CMYK 0.56 0.99 0 0.15
HSL 266.2º 0.97% 0.43% -
HSV(B) 266.2º 0.99% 0.85% -
XYZ 17.25 7.51 65.51 -
YUV 55.09 218.81 157.18 -
System Red Green Blue C M Y K H S L
Decimal 96 3 216 0.56 0.99 0 0.15 266.2 0.97 0.43
Hex 60 3 D8 38 63 0 F 10A 61 2B
Octal 140 3 330 70 143 0 17 412 141 53
Binary 1100000 11 11011000 111000 1100011 0 1111 100001010 1100001 101011

Color Harmonies of #6003D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6003D8

Black with #6003D8

Text Example


Text Example

White with #6003D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6003D8; }

 p { color: rgb(96,3,216); }

 H1.HeaderClassName
 {
   color: #6003D8;
 }
 .AnyTagClassName
 {
   color: #6003D8;
 }
</style>

background-color css

<style>
 a { background-color: #6003D8; }

 a { background-color: rgb(96,3,216); }

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

border-color css

<style>
 span { border-color: #6003D8; }

 span { border-color: rgb(96,3,216); }

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