Html Css Color HEX #6B10DF Electric Indigo

📋 copy color: '#6B10DF'

red 107 ◦ green 16 ◦ blue 223

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

Shades of Electric Indigo #6B10DF

Tints of Electric Indigo #6B10DF

RGB

 RED value IS 107 (42.19% from 255) = 30.92%

 GREEN value IS 16 (6.64% from 255) = 4.62%

 BLUE value IS 223 (87.5% from 255) = 64.45%

R = 30.92%
G = 4.62%
B = 64.45%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B10DF (or 0x6B10DF) is known color: Electric Indigo. HEX triplet: 6B, 10 and DF. RGB value is (107,16,223). Sum of RGB (Red+Green+Blue) = 107+16+223=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B10DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B10DF is #94EF20. Grayscale: #424242. Windows color (decimal): -9760545 or 14618731. OLE color: 14618731.

HSL color Cylindrical-coordinate representation of color #6B10DF: hue angle of 266.38º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B10DF is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 16 223 -
CMYK 0.52 0.93 0 0.13
HSL 266.38º 0.87% 0.47% -
HSV(B) 266.38º 0.93% 0.87% -
XYZ 19.57 8.82 70.48 -
YUV 66.81 216.15 156.67 -
System Red Green Blue C M Y K H S L
Decimal 107 16 223 0.52 0.93 0 0.13 266.38 0.87 0.47
Hex 6B 10 DF 34 5D 0 D 10A 57 2F
Octal 153 20 337 64 135 0 15 412 127 57
Binary 1101011 10000 11011111 110100 1011101 0 1101 100001010 1010111 101111

Color Harmonies of #6B10DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B10DF

Black with #6B10DF

Text Example


Text Example

White with #6B10DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,16,223); }

 H1.HeaderClassName
 {
   color: #6B10DF;
 }
 .AnyTagClassName
 {
   color: #6B10DF;
 }
</style>

background-color css

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

 a { background-color: rgb(107,16,223); }

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

border-color css

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

 span { border-color: rgb(107,16,223); }

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