Html Css Color HEX #630CFE Electric Indigo

📋 copy color: '#630CFE'

red 99 ◦ green 12 ◦ blue 254

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

Shades of Electric Indigo #630CFE

Tints of Electric Indigo #630CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.29%

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

R = 27.12%
G = 3.29%
B = 69.59%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#630CFE (or 0x630CFE) is known color: Electric Indigo. HEX triplet: 63, 0C and FE. RGB value is (99,12,254). Sum of RGB (Red+Green+Blue) = 99+12+254=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #630CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630CFE is #9CF301. Grayscale: #404040. Windows color (decimal): -10285826 or 16649315. OLE color: 16649315.

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

Color convert

RGB 99 12 254 -
CMYK 0.61 0.95 0 0.00
HSL 261.57º 0.99% 0.52% -
HSV(B) 261.57º 0.95% 1% -
XYZ 23.17 10.07 94.49 -
YUV 65.6 234.32 151.82 -
System Red Green Blue C M Y K H S L
Decimal 99 12 254 0.61 0.95 0 0.00 261.57 0.99 0.52
Hex 63 C FE 3D 5F 0 0 106 63 34
Octal 143 14 376 75 137 0 0 406 143 64
Binary 1100011 1100 11111110 111101 1011111 0 0 100000110 1100011 110100

Color Harmonies of #630CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630CFE

Black with #630CFE

Text Example


Text Example

White with #630CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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