Html Css Color HEX #6309FF Electric Indigo

📋 copy color: '#6309FF'

red 99 ◦ green 9 ◦ blue 255

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

Shades of Electric Indigo #6309FF

Tints of Electric Indigo #6309FF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.48%

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

R = 27.27%
G = 2.48%
B = 70.25%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6309FF (or 0x6309FF) is known color: Electric Indigo. HEX triplet: 63, 09 and FF. RGB value is (99,9,255). Sum of RGB (Red+Green+Blue) = 99+9+255=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #6309FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6309FF is #9CF600. Grayscale: #3F3F3F. Windows color (decimal): -10286593 or 16714083. OLE color: 16714083.

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

Color convert

RGB 99 9 255 -
CMYK 0.61 0.96 0 0
HSL 261.95º 1% 0.52% -
HSV(B) 261.95º 0.96% 1% -
XYZ 23.29 10.07 95.32 -
YUV 63.95 235.82 153 -
System Red Green Blue C M Y K H S L
Decimal 99 9 255 0.61 0.96 0 0 261.95 1 0.52
Hex 63 9 FF 3D 60 0 0 106 64 34
Octal 143 11 377 75 140 0 0 406 144 64
Binary 1100011 1001 11111111 111101 1100000 0 0 100000110 1100100 110100

Color Harmonies of #6309FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6309FF

Black with #6309FF

Text Example


Text Example

White with #6309FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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