Html Css Color HEX #6308EF Electric Indigo

📋 copy color: '#6308EF'

red 99 ◦ green 8 ◦ blue 239

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

Shades of Electric Indigo #6308EF

Tints of Electric Indigo #6308EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.08%

R = 28.61%
G = 2.31%
B = 69.08%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6308EF (or 0x6308EF) is known color: Electric Indigo. HEX triplet: 63, 08 and EF. RGB value is (99,8,239). Sum of RGB (Red+Green+Blue) = 99+8+239=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #6308EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6308EF is #9CF710. Grayscale: #3C3C3C. Windows color (decimal): -10286865 or 15665251. OLE color: 15665251.

HSL color Cylindrical-coordinate representation of color #6308EF: hue angle of 263.64º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6308EF is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 8 239 -
CMYK 0.59 0.97 0 0.06
HSL 263.64º 0.94% 0.48% -
HSV(B) 263.64º 0.97% 0.94% -
XYZ 20.81 9.06 82.31 -
YUV 61.54 228.15 154.72 -
System Red Green Blue C M Y K H S L
Decimal 99 8 239 0.59 0.97 0 0.06 263.64 0.94 0.48
Hex 63 8 EF 3B 61 0 6 108 5E 30
Octal 143 10 357 73 141 0 6 410 136 60
Binary 1100011 1000 11101111 111011 1100001 0 110 100001000 1011110 110000

Color Harmonies of #6308EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6308EF

Black with #6308EF

Text Example


Text Example

White with #6308EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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