Html Css Color HEX #6309DD Electric Indigo

📋 copy color: '#6309DD'

red 99 ◦ green 9 ◦ blue 221

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

Shades of Electric Indigo #6309DD

Tints of Electric Indigo #6309DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 67.17%

R = 30.09%
G = 2.74%
B = 67.17%

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

#6309DD (or 0x6309DD) is known color: Electric Indigo. HEX triplet: 63, 09 and DD. RGB value is (99,9,221). Sum of RGB (Red+Green+Blue) = 99+9+221=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #6309DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6309DD is #9CF622. Grayscale: #3B3B3B. Windows color (decimal): -10286627 or 14485859. OLE color: 14485859.

HSL color Cylindrical-coordinate representation of color #6309DD: hue angle of 265.47º 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 #6309DD is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 9 221 -
CMYK 0.55 0.96 0 0.13
HSL 265.47º 0.92% 0.45% -
HSV(B) 265.47º 0.96% 0.87% -
XYZ 18.29 8.07 69 -
YUV 60.08 218.82 155.76 -
System Red Green Blue C M Y K H S L
Decimal 99 9 221 0.55 0.96 0 0.13 265.47 0.92 0.45
Hex 63 9 DD 37 60 0 D 109 5C 2D
Octal 143 11 335 67 140 0 15 411 134 55
Binary 1100011 1001 11011101 110111 1100000 0 1101 100001001 1011100 101101

Color Harmonies of #6309DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6309DD

Black with #6309DD

Text Example


Text Example

White with #6309DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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