#6B05F3

Color #6B05F3 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6B05F3

Tints of Electric Indigo #6B05F3

Color information

#6B05F3 (or 0x6B05F3) is unknown color: approx Electric Indigo. HEX triplet: 6B, 05 and F3. RGB value is (107,5,243). Sum of RGB (Red+Green+Blue) = 107+5+243=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 243 (95.31% from 255 or 68.45% from 355); Max value from RGB is 243 - color contains mainly: blue. Hex color #6B05F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B05F3 is #94FA0C. Grayscale: #3D3D3D. Windows color (decimal): -9763341 or 15926635. OLE color: 15926635.

HSL color Cylindrical-coordinate representation of color #6B05F3: hue angle of 265.71º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B05F3 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1075243-
CMYK0.560.9800.05
HSL265.71º95.97%48.63%-
HSV(B)265.71º97.94%95.29%-
XYZ22.39.7185.49-
YUV62.63229.79159.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.14%
GREEN value IS 5 (2.34% from 255) = 1.41%
BLUE value IS 243 (95.31% from 255) = 68.45%
R=30.14%
G=1.41%
B=68.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal10752430.560.9800.05265.7195.9748.63
Hex6B5F338620510a6031
Octal1535363701420541214061
Binary110101110111110011111000110001001011000010101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B05F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B05F3; }

 p { color: rgb(107,5,243); }

 H1.HeaderClassName
 {
   color: #6B05F3;
 }
 .AnyTagClassName
 {
   color: #6B05F3;
 }
</style>
background-color css

<style>
 a { background-color: #6B05F3; }

 a { background-color: rgb(107,5,243); }

 div.DivClassName
 {
   background-color: #6B05F3;
 }
 .BgClassName
 {
   background-color: #6B05F3;
 }
</style>
border-color css

<style>
 span { border-color: #6B05F3; }

 span { border-color: rgb(107,5,243); }

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