Html Css Color HEX #6306F0 Electric Indigo

📋 copy color: '#6306F0'

red 99 ◦ green 6 ◦ blue 240

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

Shades of Electric Indigo #6306F0

Tints of Electric Indigo #6306F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 69.57%

R = 28.7%
G = 1.74%
B = 69.57%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6306F0 (or 0x6306F0) is known color: Electric Indigo. HEX triplet: 63, 06 and F0. RGB value is (99,6,240). Sum of RGB (Red+Green+Blue) = 99+6+240=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 240 (94.14% from 255 or 69.57% from 345); Max value from RGB is 240 - color contains mainly: blue. Hex color #6306F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6306F0 is #9CF90F. Grayscale: #3B3B3B. Windows color (decimal): -10287376 or 15730275. OLE color: 15730275.

HSL color Cylindrical-coordinate representation of color #6306F0: hue angle of 263.85º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6306F0 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 6 240 -
CMYK 0.59 0.98 0 0.06
HSL 263.85º 0.95% 0.48% -
HSV(B) 263.85º 0.98% 0.94% -
XYZ 20.94 9.07 83.09 -
YUV 60.48 229.31 155.47 -
System Red Green Blue C M Y K H S L
Decimal 99 6 240 0.59 0.98 0 0.06 263.85 0.95 0.48
Hex 63 6 F0 3B 62 0 6 108 5F 30
Octal 143 6 360 73 142 0 6 410 137 60
Binary 1100011 110 11110000 111011 1100010 0 110 100001000 1011111 110000

Color Harmonies of #6306F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6306F0

Black with #6306F0

Text Example


Text Example

White with #6306F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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