Html Css Color HEX #630FFC Electric Indigo

📋 copy color: '#630FFC'

red 99 ◦ green 15 ◦ blue 252

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

Shades of Electric Indigo #630FFC

Tints of Electric Indigo #630FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.85%

R = 27.05%
G = 4.1%
B = 68.85%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#630FFC (or 0x630FFC) is known color: Electric Indigo. HEX triplet: 63, 0F and FC. RGB value is (99,15,252). Sum of RGB (Red+Green+Blue) = 99+15+252=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #630FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630FFC is #9CF003. Grayscale: #424242. Windows color (decimal): -10285060 or 16519011. OLE color: 16519011.

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

Color convert

RGB 99 15 252 -
CMYK 0.61 0.94 0 0.01
HSL 261.27º 0.98% 0.52% -
HSV(B) 261.27º 0.94% 0.99% -
XYZ 22.89 10.02 92.82 -
YUV 67.13 232.33 150.73 -
System Red Green Blue C M Y K H S L
Decimal 99 15 252 0.61 0.94 0 0.01 261.27 0.98 0.52
Hex 63 F FC 3D 5E 0 1 105 62 34
Octal 143 17 374 75 136 0 1 405 142 64
Binary 1100011 1111 11111100 111101 1011110 0 1 100000101 1100010 110100

Color Harmonies of #630FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FFC

Black with #630FFC

Text Example


Text Example

White with #630FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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