Html Css Color HEX #630EFF Electric Indigo

📋 copy color: '#630EFF'

red 99 ◦ green 14 ◦ blue 255

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

Shades of Electric Indigo #630EFF

Tints of Electric Indigo #630EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.29%

R = 26.9%
G = 3.8%
B = 69.29%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#630EFF (or 0x630EFF) is known color: Electric Indigo. HEX triplet: 63, 0E and FF. RGB value is (99,14,255). Sum of RGB (Red+Green+Blue) = 99+14+255=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #630EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630EFF is #9CF100. Grayscale: #424242. Windows color (decimal): -10285313 or 16715363. OLE color: 16715363.

HSL color Cylindrical-coordinate representation of color #630EFF: hue angle of 261.16º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630EFF is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 99 14 255 -
CMYK 0.61 0.95 0 0
HSL 261.16º 1% 0.53% -
HSV(B) 261.16º 0.95% 1% -
XYZ 23.35 10.19 95.34 -
YUV 66.89 234.16 150.9 -
System Red Green Blue C M Y K H S L
Decimal 99 14 255 0.61 0.95 0 0 261.16 1 0.53
Hex 63 E FF 3D 5F 0 0 105 64 35
Octal 143 16 377 75 137 0 0 405 144 65
Binary 1100011 1110 11111111 111101 1011111 0 0 100000101 1100100 110101

Color Harmonies of #630EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630EFF

Black with #630EFF

Text Example


Text Example

White with #630EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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