Html Css Color HEX #6307E3 Electric Indigo

📋 copy color: '#6307E3'

red 99 ◦ green 7 ◦ blue 227

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

Shades of Electric Indigo #6307E3

Tints of Electric Indigo #6307E3

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

 BLUE value IS 227 (89.06% from 255) = 68.17%

R = 29.73%
G = 2.1%
B = 68.17%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6307E3 (or 0x6307E3) is known color: Electric Indigo. HEX triplet: 63, 07 and E3. RGB value is (99,7,227). Sum of RGB (Red+Green+Blue) = 99+7+227=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 227 (89.06% from 255 or 68.17% from 333); Max value from RGB is 227 - color contains mainly: blue. Hex color #6307E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6307E3 is #9CF81C. Grayscale: #3A3A3A. Windows color (decimal): -10287133 or 14878563. OLE color: 14878563.

HSL color Cylindrical-coordinate representation of color #6307E3: hue angle of 265.09º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6307E3 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 99 7 227 -
CMYK 0.56 0.97 0 0.11
HSL 265.09º 0.94% 0.46% -
HSV(B) 265.09º 0.97% 0.89% -
XYZ 19.09 8.35 73.28 -
YUV 59.59 222.48 156.11 -
System Red Green Blue C M Y K H S L
Decimal 99 7 227 0.56 0.97 0 0.11 265.09 0.94 0.46
Hex 63 7 E3 38 61 0 B 109 5E 2E
Octal 143 7 343 70 141 0 13 411 136 56
Binary 1100011 111 11100011 111000 1100001 0 1011 100001001 1011110 101110

Color Harmonies of #6307E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6307E3

Black with #6307E3

Text Example


Text Example

White with #6307E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6307E3; }

 p { color: rgb(99,7,227); }

 H1.HeaderClassName
 {
   color: #6307E3;
 }
 .AnyTagClassName
 {
   color: #6307E3;
 }
</style>

background-color css

<style>
 a { background-color: #6307E3; }

 a { background-color: rgb(99,7,227); }

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

border-color css

<style>
 span { border-color: #6307E3; }

 span { border-color: rgb(99,7,227); }

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