Html Css Color HEX #6B05DC Electric Indigo

📋 copy color: '#6B05DC'

red 107 ◦ green 5 ◦ blue 220

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

Shades of Electric Indigo #6B05DC

Tints of Electric Indigo #6B05DC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

 BLUE value IS 220 (86.33% from 255) = 66.27%

R = 32.23%
G = 1.51%
B = 66.27%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B05DC (or 0x6B05DC) is known color: Electric Indigo. HEX triplet: 6B, 05 and DC. RGB value is (107,5,220). Sum of RGB (Red+Green+Blue) = 107+5+220=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B05DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B05DC is #94FA23. Grayscale: #3B3B3B. Windows color (decimal): -9763364 or 14419307. OLE color: 14419307.

HSL color Cylindrical-coordinate representation of color #6B05DC: hue angle of 268.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B05DC is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 5 220 -
CMYK 0.51 0.98 0 0.14
HSL 268.47º 0.96% 0.44% -
HSV(B) 268.47º 0.98% 0.86% -
XYZ 19.04 8.4 68.33 -
YUV 60.01 218.29 161.52 -
System Red Green Blue C M Y K H S L
Decimal 107 5 220 0.51 0.98 0 0.14 268.47 0.96 0.44
Hex 6B 5 DC 33 62 0 E 10C 60 2C
Octal 153 5 334 63 142 0 16 414 140 54
Binary 1101011 101 11011100 110011 1100010 0 1110 100001100 1100000 101100

Color Harmonies of #6B05DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B05DC

Black with #6B05DC

Text Example


Text Example

White with #6B05DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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