Html Css Color HEX #6302EF Electric Indigo

📋 copy color: '#6302EF'

red 99 ◦ green 2 ◦ blue 239

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

Shades of Electric Indigo #6302EF

Tints of Electric Indigo #6302EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.29%

R = 29.12%
G = 0.59%
B = 70.29%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6302EF (or 0x6302EF) is known color: Electric Indigo. HEX triplet: 63, 02 and EF. RGB value is (99,2,239). Sum of RGB (Red+Green+Blue) = 99+2+239=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #6302EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6302EF is #9CFD10. Grayscale: #393939. Windows color (decimal): -10288401 or 15663715. OLE color: 15663715.

HSL color Cylindrical-coordinate representation of color #6302EF: hue angle of 264.56º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302EF is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 2 239 -
CMYK 0.59 0.99 0 0.06
HSL 264.56º 0.98% 0.47% -
HSV(B) 264.56º 0.99% 0.94% -
XYZ 20.75 8.93 82.29 -
YUV 58.02 230.14 157.23 -
System Red Green Blue C M Y K H S L
Decimal 99 2 239 0.59 0.99 0 0.06 264.56 0.98 0.47
Hex 63 2 EF 3B 63 0 6 109 62 2F
Octal 143 2 357 73 143 0 6 411 142 57
Binary 1100011 10 11101111 111011 1100011 0 110 100001001 1100010 101111

Color Harmonies of #6302EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6302EF

Black with #6302EF

Text Example


Text Example

White with #6302EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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