Html Css Color HEX #6C05DF Electric Indigo

📋 copy color: '#6C05DF'

red 108 ◦ green 5 ◦ blue 223

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

Shades of Electric Indigo #6C05DF

Tints of Electric Indigo #6C05DF

RGB

 RED value IS 108 (42.58% from 255) = 32.14%

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

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

R = 32.14%
G = 1.49%
B = 66.37%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C05DF (or 0x6C05DF) is known color: Electric Indigo. HEX triplet: 6C, 05 and DF. RGB value is (108,5,223). Sum of RGB (Red+Green+Blue) = 108+5+223=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C05DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C05DF is #93FA20. Grayscale: #3B3B3B. Windows color (decimal): -9697825 or 14615916. OLE color: 14615916.

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

Color convert

RGB 108 5 223 -
CMYK 0.52 0.98 0 0.13
HSL 268.35º 0.96% 0.45% -
HSV(B) 268.35º 0.98% 0.87% -
XYZ 19.56 8.62 70.45 -
YUV 60.65 219.62 161.77 -
System Red Green Blue C M Y K H S L
Decimal 108 5 223 0.52 0.98 0 0.13 268.35 0.96 0.45
Hex 6C 5 DF 34 62 0 D 10C 60 2D
Octal 154 5 337 64 142 0 15 414 140 55
Binary 1101100 101 11011111 110100 1100010 0 1101 100001100 1100000 101101

Color Harmonies of #6C05DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C05DF

Black with #6C05DF

Text Example


Text Example

White with #6C05DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,5,223); }

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

background-color css

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

 a { background-color: rgb(108,5,223); }

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

border-color css

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

 span { border-color: rgb(108,5,223); }

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