Html Css Color HEX #6305FF Electric Indigo

📋 copy color: '#6305FF'

red 99 ◦ green 5 ◦ blue 255

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

Shades of Electric Indigo #6305FF

Tints of Electric Indigo #6305FF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.39%

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

R = 27.58%
G = 1.39%
B = 71.03%

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

#6305FF (or 0x6305FF) is known color: Electric Indigo. HEX triplet: 63, 05 and FF. RGB value is (99,5,255). Sum of RGB (Red+Green+Blue) = 99+5+255=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #6305FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6305FF is #9CFA00. Grayscale: #3C3C3C. Windows color (decimal): -10287617 or 16713059. OLE color: 16713059.

HSL color Cylindrical-coordinate representation of color #6305FF: hue angle of 262.56º 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 #6305FF is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 99 5 255 -
CMYK 0.61 0.98 0 0
HSL 262.56º 1% 0.51% -
HSV(B) 262.56º 0.98% 1% -
XYZ 23.25 9.98 95.31 -
YUV 61.61 237.14 154.67 -
System Red Green Blue C M Y K H S L
Decimal 99 5 255 0.61 0.98 0 0 262.56 1 0.51
Hex 63 5 FF 3D 62 0 0 107 64 33
Octal 143 5 377 75 142 0 0 407 144 63
Binary 1100011 101 11111111 111101 1100010 0 0 100000111 1100100 110011

Color Harmonies of #6305FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6305FF

Black with #6305FF

Text Example


Text Example

White with #6305FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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