Html Css Color HEX #630CF6 Electric Indigo

📋 copy color: '#630CF6'

red 99 ◦ green 12 ◦ blue 246

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

Shades of Electric Indigo #630CF6

Tints of Electric Indigo #630CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 68.91%

R = 27.73%
G = 3.36%
B = 68.91%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#630CF6 (or 0x630CF6) is known color: Electric Indigo. HEX triplet: 63, 0C and F6. RGB value is (99,12,246). Sum of RGB (Red+Green+Blue) = 99+12+246=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 246 (96.48% from 255 or 68.91% from 357); Max value from RGB is 246 - color contains mainly: blue. Hex color #630CF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630CF6 is #9CF309. Grayscale: #3F3F3F. Windows color (decimal): -10285834 or 16125027. OLE color: 16125027.

HSL color Cylindrical-coordinate representation of color #630CF6: hue angle of 262.31º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630CF6 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 99 12 246 -
CMYK 0.60 0.95 0 0.04
HSL 262.31º 0.93% 0.51% -
HSV(B) 262.31º 0.95% 0.96% -
XYZ 21.91 9.57 87.88 -
YUV 64.69 230.32 152.47 -
System Red Green Blue C M Y K H S L
Decimal 99 12 246 0.60 0.95 0 0.04 262.31 0.93 0.51
Hex 63 C F6 3C 5F 0 4 106 5D 33
Octal 143 14 366 74 137 0 4 406 135 63
Binary 1100011 1100 11110110 111100 1011111 0 100 100000110 1011101 110011

Color Harmonies of #630CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630CF6

Black with #630CF6

Text Example


Text Example

White with #630CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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