Html Css Color HEX #630EF6 Electric Indigo

📋 copy color: '#630EF6'

red 99 ◦ green 14 ◦ blue 246

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

Shades of Electric Indigo #630EF6

Tints of Electric Indigo #630EF6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.9%

 BLUE value IS 246 (96.48% from 255) = 68.52%

R = 27.58%
G = 3.9%
B = 68.52%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#630EF6 (or 0x630EF6) is known color: Electric Indigo. HEX triplet: 63, 0E and F6. RGB value is (99,14,246). Sum of RGB (Red+Green+Blue) = 99+14+246=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 246 (96.48% from 255 or 68.52% from 359); Max value from RGB is 246 - color contains mainly: blue. Hex color #630EF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630EF6 is #9CF109. Grayscale: #414141. Windows color (decimal): -10285322 or 16125539. OLE color: 16125539.

HSL color Cylindrical-coordinate representation of color #630EF6: hue angle of 261.98º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630EF6 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 99 14 246 -
CMYK 0.60 0.94 0 0.04
HSL 261.98º 0.93% 0.51% -
HSV(B) 261.98º 0.94% 0.96% -
XYZ 21.94 9.62 87.89 -
YUV 65.86 229.66 151.64 -
System Red Green Blue C M Y K H S L
Decimal 99 14 246 0.60 0.94 0 0.04 261.98 0.93 0.51
Hex 63 E F6 3C 5E 0 4 106 5D 33
Octal 143 16 366 74 136 0 4 406 135 63
Binary 1100011 1110 11110110 111100 1011110 0 100 100000110 1011101 110011

Color Harmonies of #630EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630EF6

Black with #630EF6

Text Example


Text Example

White with #630EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630EF6; }

 p { color: rgb(99,14,246); }

 H1.HeaderClassName
 {
   color: #630EF6;
 }
 .AnyTagClassName
 {
   color: #630EF6;
 }
</style>

background-color css

<style>
 a { background-color: #630EF6; }

 a { background-color: rgb(99,14,246); }

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

border-color css

<style>
 span { border-color: #630EF6; }

 span { border-color: rgb(99,14,246); }

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