Html Css Color HEX #6C07DF Electric Indigo

📋 copy color: '#6C07DF'

red 108 ◦ green 7 ◦ blue 223

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

Shades of Electric Indigo #6C07DF

Tints of Electric Indigo #6C07DF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.07%

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

R = 31.95%
G = 2.07%
B = 65.98%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C07DF (or 0x6C07DF) is known color: Electric Indigo. HEX triplet: 6C, 07 and DF. RGB value is (108,7,223). Sum of RGB (Red+Green+Blue) = 108+7+223=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C07DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C07DF is #93F820. Grayscale: #3D3D3D. Windows color (decimal): -9697313 or 14616428. OLE color: 14616428.

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

Color convert

RGB 108 7 223 -
CMYK 0.52 0.97 0 0.13
HSL 268.06º 0.94% 0.45% -
HSV(B) 268.06º 0.97% 0.87% -
XYZ 19.58 8.67 70.45 -
YUV 61.82 218.96 160.94 -
System Red Green Blue C M Y K H S L
Decimal 108 7 223 0.52 0.97 0 0.13 268.06 0.94 0.45
Hex 6C 7 DF 34 61 0 D 10C 5E 2D
Octal 154 7 337 64 141 0 15 414 136 55
Binary 1101100 111 11011111 110100 1100001 0 1101 100001100 1011110 101101

Color Harmonies of #6C07DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C07DF

Black with #6C07DF

Text Example


Text Example

White with #6C07DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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