Html Css Color HEX #6308DD Electric Indigo

📋 copy color: '#6308DD'

red 99 ◦ green 8 ◦ blue 221

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

Shades of Electric Indigo #6308DD

Tints of Electric Indigo #6308DD

RGB

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

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

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

R = 30.18%
G = 2.44%
B = 67.38%

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

#6308DD (or 0x6308DD) is known color: Electric Indigo. HEX triplet: 63, 08 and DD. RGB value is (99,8,221). Sum of RGB (Red+Green+Blue) = 99+8+221=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #6308DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6308DD is #9CF722. Grayscale: #3A3A3A. Windows color (decimal): -10286883 or 14485603. OLE color: 14485603.

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

Color convert

RGB 99 8 221 -
CMYK 0.55 0.96 0 0.13
HSL 265.63º 0.93% 0.45% -
HSV(B) 265.63º 0.96% 0.87% -
XYZ 18.28 8.05 69 -
YUV 59.49 219.15 156.18 -
System Red Green Blue C M Y K H S L
Decimal 99 8 221 0.55 0.96 0 0.13 265.63 0.93 0.45
Hex 63 8 DD 37 60 0 D 10A 5D 2D
Octal 143 10 335 67 140 0 15 412 135 55
Binary 1100011 1000 11011101 110111 1100000 0 1101 100001010 1011101 101101

Color Harmonies of #6308DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6308DD

Black with #6308DD

Text Example


Text Example

White with #6308DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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