Html Css Color HEX #6306DA Electric Indigo

📋 copy color: '#6306DA'

red 99 ◦ green 6 ◦ blue 218

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

Shades of Electric Indigo #6306DA

Tints of Electric Indigo #6306DA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.86%

 BLUE value IS 218 (85.55% from 255) = 67.49%

R = 30.65%
G = 1.86%
B = 67.49%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6306DA (or 0x6306DA) is known color: Electric Indigo. HEX triplet: 63, 06 and DA. RGB value is (99,6,218). Sum of RGB (Red+Green+Blue) = 99+6+218=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 218 (85.55% from 255 or 67.49% from 323); Max value from RGB is 218 - color contains mainly: blue. Hex color #6306DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6306DA is #9CF925. Grayscale: #393939. Windows color (decimal): -10287398 or 14288483. OLE color: 14288483.

HSL color Cylindrical-coordinate representation of color #6306DA: hue angle of 266.32º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6306DA is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 6 218 -
CMYK 0.55 0.97 0 0.15
HSL 266.32º 0.95% 0.44% -
HSV(B) 266.32º 0.97% 0.85% -
XYZ 17.87 7.84 66.9 -
YUV 57.98 218.31 157.26 -
System Red Green Blue C M Y K H S L
Decimal 99 6 218 0.55 0.97 0 0.15 266.32 0.95 0.44
Hex 63 6 DA 37 61 0 F 10A 5F 2C
Octal 143 6 332 67 141 0 17 412 137 54
Binary 1100011 110 11011010 110111 1100001 0 1111 100001010 1011111 101100

Color Harmonies of #6306DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6306DA

Black with #6306DA

Text Example


Text Example

White with #6306DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6306DA; }

 p { color: rgb(99,6,218); }

 H1.HeaderClassName
 {
   color: #6306DA;
 }
 .AnyTagClassName
 {
   color: #6306DA;
 }
</style>

background-color css

<style>
 a { background-color: #6306DA; }

 a { background-color: rgb(99,6,218); }

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

border-color css

<style>
 span { border-color: #6306DA; }

 span { border-color: rgb(99,6,218); }

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