Html Css Color HEX #630BFE Electric Indigo

📋 copy color: '#630BFE'

red 99 ◦ green 11 ◦ blue 254

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

Shades of Electric Indigo #630BFE

Tints of Electric Indigo #630BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.02%

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

R = 27.2%
G = 3.02%
B = 69.78%

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

#630BFE (or 0x630BFE) is known color: Electric Indigo. HEX triplet: 63, 0B and FE. RGB value is (99,11,254). Sum of RGB (Red+Green+Blue) = 99+11+254=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #630BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630BFE is #9CF401. Grayscale: #404040. Windows color (decimal): -10286082 or 16649059. OLE color: 16649059.

HSL color Cylindrical-coordinate representation of color #630BFE: hue angle of 261.73º 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 #630BFE is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 99 11 254 -
CMYK 0.61 0.96 0 0.00
HSL 261.73º 0.99% 0.52% -
HSV(B) 261.73º 0.96% 1% -
XYZ 23.15 10.05 94.48 -
YUV 65.01 234.65 152.24 -
System Red Green Blue C M Y K H S L
Decimal 99 11 254 0.61 0.96 0 0.00 261.73 0.99 0.52
Hex 63 B FE 3D 60 0 0 106 63 34
Octal 143 13 376 75 140 0 0 406 143 64
Binary 1100011 1011 11111110 111101 1100000 0 0 100000110 1100011 110100

Color Harmonies of #630BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BFE

Black with #630BFE

Text Example


Text Example

White with #630BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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