Html Css Color HEX #6302D1 Electric Indigo

📋 copy color: '#6302D1'

red 99 ◦ green 2 ◦ blue 209

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

Shades of Electric Indigo #6302D1

Tints of Electric Indigo #6302D1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 209 (82.03% from 255) = 67.42%

R = 31.94%
G = 0.65%
B = 67.42%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6302D1 (or 0x6302D1) is known color: Electric Indigo. HEX triplet: 63, 02 and D1. RGB value is (99,2,209). Sum of RGB (Red+Green+Blue) = 99+2+209=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 209 (82.03% from 255 or 67.42% from 310); Max value from RGB is 209 - color contains mainly: blue. Hex color #6302D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6302D1 is #9CFD2E. Grayscale: #353535. Windows color (decimal): -10288431 or 13697635. OLE color: 13697635.

HSL color Cylindrical-coordinate representation of color #6302D1: hue angle of 268.12º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302D1 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 99 2 209 -
CMYK 0.53 0.99 0 0.18
HSL 268.12º 0.98% 0.41% -
HSV(B) 268.12º 0.99% 0.82% -
XYZ 16.68 7.3 60.85 -
YUV 54.6 215.14 159.67 -
System Red Green Blue C M Y K H S L
Decimal 99 2 209 0.53 0.99 0 0.18 268.12 0.98 0.41
Hex 63 2 D1 35 63 0 12 10C 62 29
Octal 143 2 321 65 143 0 22 414 142 51
Binary 1100011 10 11010001 110101 1100011 0 10010 100001100 1100010 101001

Color Harmonies of #6302D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6302D1

Black with #6302D1

Text Example


Text Example

White with #6302D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6302D1; }

 p { color: rgb(99,2,209); }

 H1.HeaderClassName
 {
   color: #6302D1;
 }
 .AnyTagClassName
 {
   color: #6302D1;
 }
</style>

background-color css

<style>
 a { background-color: #6302D1; }

 a { background-color: rgb(99,2,209); }

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

border-color css

<style>
 span { border-color: #6302D1; }

 span { border-color: rgb(99,2,209); }

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