Html Css Color HEX #6308FF Electric Indigo

📋 copy color: '#6308FF'

red 99 ◦ green 8 ◦ blue 255

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

Shades of Electric Indigo #6308FF

Tints of Electric Indigo #6308FF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.21%

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

R = 27.35%
G = 2.21%
B = 70.44%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6308FF (or 0x6308FF) is known color: Electric Indigo. HEX triplet: 63, 08 and FF. RGB value is (99,8,255). Sum of RGB (Red+Green+Blue) = 99+8+255=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #6308FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6308FF is #9CF700. Grayscale: #3E3E3E. Windows color (decimal): -10286849 or 16713827. OLE color: 16713827.

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

Color convert

RGB 99 8 255 -
CMYK 0.61 0.97 0 0
HSL 262.11º 1% 0.52% -
HSV(B) 262.11º 0.97% 1% -
XYZ 23.28 10.05 95.32 -
YUV 63.37 236.15 153.42 -
System Red Green Blue C M Y K H S L
Decimal 99 8 255 0.61 0.97 0 0 262.11 1 0.52
Hex 63 8 FF 3D 61 0 0 106 64 34
Octal 143 10 377 75 141 0 0 406 144 64
Binary 1100011 1000 11111111 111101 1100001 0 0 100000110 1100100 110100

Color Harmonies of #6308FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6308FF

Black with #6308FF

Text Example


Text Example

White with #6308FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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