Html Css Color HEX #630AFE Electric Indigo

📋 copy color: '#630AFE'

red 99 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #630AFE

Tints of Electric Indigo #630AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.75%

 BLUE value IS 254 (99.61% from 255) = 69.97%

R = 27.27%
G = 2.75%
B = 69.97%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#630AFE (or 0x630AFE) is known color: Electric Indigo. HEX triplet: 63, 0A and FE. RGB value is (99,10,254). Sum of RGB (Red+Green+Blue) = 99+10+254=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #630AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630AFE is #9CF501. Grayscale: #3F3F3F. Windows color (decimal): -10286338 or 16648803. OLE color: 16648803.

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

Color convert

RGB 99 10 254 -
CMYK 0.61 0.96 0 0.00
HSL 261.89º 0.99% 0.52% -
HSV(B) 261.89º 0.96% 1% -
XYZ 23.14 10.03 94.48 -
YUV 64.43 234.99 152.66 -
System Red Green Blue C M Y K H S L
Decimal 99 10 254 0.61 0.96 0 0.00 261.89 0.99 0.52
Hex 63 A FE 3D 60 0 0 106 63 34
Octal 143 12 376 75 140 0 0 406 143 64
Binary 1100011 1010 11111110 111101 1100000 0 0 100000110 1100011 110100

Color Harmonies of #630AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630AFE

Black with #630AFE

Text Example


Text Example

White with #630AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,10,254); }

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

background-color css

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

 a { background-color: rgb(99,10,254); }

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

border-color css

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

 span { border-color: rgb(99,10,254); }

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