Html Css Color HEX #630FE6 Electric Indigo

📋 copy color: '#630FE6'

red 99 ◦ green 15 ◦ blue 230

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

Shades of Electric Indigo #630FE6

Tints of Electric Indigo #630FE6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.36%

 BLUE value IS 230 (90.23% from 255) = 66.86%

R = 28.78%
G = 4.36%
B = 66.86%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#630FE6 (or 0x630FE6) is known color: Electric Indigo. HEX triplet: 63, 0F and E6. RGB value is (99,15,230). Sum of RGB (Red+Green+Blue) = 99+15+230=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 230 (90.23% from 255 or 66.86% from 344); Max value from RGB is 230 - color contains mainly: blue. Hex color #630FE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630FE6 is #9CF019. Grayscale: #3F3F3F. Windows color (decimal): -10285082 or 15077219. OLE color: 15077219.

HSL color Cylindrical-coordinate representation of color #630FE6: hue angle of 263.44º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630FE6 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 99 15 230 -
CMYK 0.57 0.93 0 0.10
HSL 263.44º 0.88% 0.48% -
HSV(B) 263.44º 0.93% 0.9% -
XYZ 19.6 8.71 75.51 -
YUV 64.63 221.33 152.52 -
System Red Green Blue C M Y K H S L
Decimal 99 15 230 0.57 0.93 0 0.10 263.44 0.88 0.48
Hex 63 F E6 39 5D 0 A 107 58 30
Octal 143 17 346 71 135 0 12 407 130 60
Binary 1100011 1111 11100110 111001 1011101 0 1010 100000111 1011000 110000

Color Harmonies of #630FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FE6

Black with #630FE6

Text Example


Text Example

White with #630FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,15,230); }

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

background-color css

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

 a { background-color: rgb(99,15,230); }

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

border-color css

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

 span { border-color: rgb(99,15,230); }

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