Html Css Color HEX #6309DE Electric Indigo

📋 copy color: '#6309DE'

red 99 ◦ green 9 ◦ blue 222

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

Shades of Electric Indigo #6309DE

Tints of Electric Indigo #6309DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 67.27%

R = 30%
G = 2.73%
B = 67.27%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6309DE (or 0x6309DE) is known color: Electric Indigo. HEX triplet: 63, 09 and DE. RGB value is (99,9,222). Sum of RGB (Red+Green+Blue) = 99+9+222=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #6309DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6309DE is #9CF621. Grayscale: #3B3B3B. Windows color (decimal): -10286626 or 14551395. OLE color: 14551395.

HSL color Cylindrical-coordinate representation of color #6309DE: hue angle of 265.35º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6309DE is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 9 222 -
CMYK 0.55 0.96 0 0.13
HSL 265.35º 0.92% 0.45% -
HSV(B) 265.35º 0.96% 0.87% -
XYZ 18.43 8.12 69.7 -
YUV 60.19 219.32 155.68 -
System Red Green Blue C M Y K H S L
Decimal 99 9 222 0.55 0.96 0 0.13 265.35 0.92 0.45
Hex 63 9 DE 37 60 0 D 109 5C 2D
Octal 143 11 336 67 140 0 15 411 134 55
Binary 1100011 1001 11011110 110111 1100000 0 1101 100001001 1011100 101101

Color Harmonies of #6309DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6309DE

Black with #6309DE

Text Example


Text Example

White with #6309DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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