Html Css Color HEX #6705ED Electric Indigo

📋 copy color: '#6705ED'

red 103 ◦ green 5 ◦ blue 237

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

Shades of Electric Indigo #6705ED

Tints of Electric Indigo #6705ED

RGB

 RED value IS 103 (40.63% from 255) = 29.86%

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

 BLUE value IS 237 (92.97% from 255) = 68.7%

R = 29.86%
G = 1.45%
B = 68.7%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6705ED (or 0x6705ED) is known color: Electric Indigo. HEX triplet: 67, 05 and ED. RGB value is (103,5,237). Sum of RGB (Red+Green+Blue) = 103+5+237=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 237 (92.97% from 255 or 68.70% from 345); Max value from RGB is 237 - color contains mainly: blue. Hex color #6705ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6705ED is #98FA12. Grayscale: #3B3B3B. Windows color (decimal): -10025491 or 15533415. OLE color: 15533415.

HSL color Cylindrical-coordinate representation of color #6705ED: hue angle of 265.34º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6705ED is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 103 5 237 -
CMYK 0.57 0.98 0 0.07
HSL 265.34º 0.96% 0.47% -
HSV(B) 265.34º 0.98% 0.93% -
XYZ 20.93 9.11 80.78 -
YUV 60.75 227.47 158.14 -
System Red Green Blue C M Y K H S L
Decimal 103 5 237 0.57 0.98 0 0.07 265.34 0.96 0.47
Hex 67 5 ED 39 62 0 7 109 60 2F
Octal 147 5 355 71 142 0 7 411 140 57
Binary 1100111 101 11101101 111001 1100010 0 111 100001001 1100000 101111

Color Harmonies of #6705ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6705ED

Black with #6705ED

Text Example


Text Example

White with #6705ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6705ED; }

 p { color: rgb(103,5,237); }

 H1.HeaderClassName
 {
   color: #6705ED;
 }
 .AnyTagClassName
 {
   color: #6705ED;
 }
</style>

background-color css

<style>
 a { background-color: #6705ED; }

 a { background-color: rgb(103,5,237); }

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

border-color css

<style>
 span { border-color: #6705ED; }

 span { border-color: rgb(103,5,237); }

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