Html Css Color HEX #6309DB Electric Indigo

📋 copy color: '#6309DB'

red 99 ◦ green 9 ◦ blue 219

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

Shades of Electric Indigo #6309DB

Tints of Electric Indigo #6309DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 66.97%

R = 30.28%
G = 2.75%
B = 66.97%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6309DB (or 0x6309DB) is known color: Electric Indigo. HEX triplet: 63, 09 and DB. RGB value is (99,9,219). Sum of RGB (Red+Green+Blue) = 99+9+219=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #6309DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6309DB is #9CF624. Grayscale: #3B3B3B. Windows color (decimal): -10286629 or 14354787. OLE color: 14354787.

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

Color convert

RGB 99 9 219 -
CMYK 0.55 0.96 0 0.14
HSL 265.71º 0.92% 0.45% -
HSV(B) 265.71º 0.96% 0.86% -
XYZ 18.03 7.96 67.6 -
YUV 59.85 217.82 155.92 -
System Red Green Blue C M Y K H S L
Decimal 99 9 219 0.55 0.96 0 0.14 265.71 0.92 0.45
Hex 63 9 DB 37 60 0 E 10A 5C 2D
Octal 143 11 333 67 140 0 16 412 134 55
Binary 1100011 1001 11011011 110111 1100000 0 1110 100001010 1011100 101101

Color Harmonies of #6309DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6309DB

Black with #6309DB

Text Example


Text Example

White with #6309DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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