Html Css Color HEX #6306FF Electric Indigo

📋 copy color: '#6306FF'

red 99 ◦ green 6 ◦ blue 255

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

Shades of Electric Indigo #6306FF

Tints of Electric Indigo #6306FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.83%

R = 27.5%
G = 1.67%
B = 70.83%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6306FF (or 0x6306FF) is known color: Electric Indigo. HEX triplet: 63, 06 and FF. RGB value is (99,6,255). Sum of RGB (Red+Green+Blue) = 99+6+255=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #6306FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6306FF is #9CF900. Grayscale: #3D3D3D. Windows color (decimal): -10287361 or 16713315. OLE color: 16713315.

HSL color Cylindrical-coordinate representation of color #6306FF: hue angle of 262.41º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6306FF is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 99 6 255 -
CMYK 0.61 0.98 0 0
HSL 262.41º 1% 0.51% -
HSV(B) 262.41º 0.98% 1% -
XYZ 23.26 10 95.31 -
YUV 62.19 236.81 154.25 -
System Red Green Blue C M Y K H S L
Decimal 99 6 255 0.61 0.98 0 0 262.41 1 0.51
Hex 63 6 FF 3D 62 0 0 106 64 33
Octal 143 6 377 75 142 0 0 406 144 63
Binary 1100011 110 11111111 111101 1100010 0 0 100000110 1100100 110011

Color Harmonies of #6306FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6306FF

Black with #6306FF

Text Example


Text Example

White with #6306FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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