Html Css Color HEX #6306EC Electric Indigo

📋 copy color: '#6306EC'

red 99 ◦ green 6 ◦ blue 236

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

Shades of Electric Indigo #6306EC

Tints of Electric Indigo #6306EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.76%

 BLUE value IS 236 (92.58% from 255) = 69.21%

R = 29.03%
G = 1.76%
B = 69.21%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6306EC (or 0x6306EC) is known color: Electric Indigo. HEX triplet: 63, 06 and EC. RGB value is (99,6,236). Sum of RGB (Red+Green+Blue) = 99+6+236=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #6306EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6306EC is #9CF913. Grayscale: #3B3B3B. Windows color (decimal): -10287380 or 15468131. OLE color: 15468131.

HSL color Cylindrical-coordinate representation of color #6306EC: hue angle of 264.26º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6306EC is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 6 236 -
CMYK 0.58 0.97 0 0.07
HSL 264.26º 0.95% 0.47% -
HSV(B) 264.26º 0.97% 0.93% -
XYZ 20.35 8.84 79.99 -
YUV 60.03 227.31 155.8 -
System Red Green Blue C M Y K H S L
Decimal 99 6 236 0.58 0.97 0 0.07 264.26 0.95 0.47
Hex 63 6 EC 3A 61 0 7 108 5F 2F
Octal 143 6 354 72 141 0 7 410 137 57
Binary 1100011 110 11101100 111010 1100001 0 111 100001000 1011111 101111

Color Harmonies of #6306EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6306EC

Black with #6306EC

Text Example


Text Example

White with #6306EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6306EC; }

 p { color: rgb(99,6,236); }

 H1.HeaderClassName
 {
   color: #6306EC;
 }
 .AnyTagClassName
 {
   color: #6306EC;
 }
</style>

background-color css

<style>
 a { background-color: #6306EC; }

 a { background-color: rgb(99,6,236); }

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

border-color css

<style>
 span { border-color: #6306EC; }

 span { border-color: rgb(99,6,236); }

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