Html Css Color HEX #670CED Electric Indigo

📋 copy color: '#670CED'

red 103 ◦ green 12 ◦ blue 237

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

Shades of Electric Indigo #670CED

Tints of Electric Indigo #670CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.41%

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

R = 29.26%
G = 3.41%
B = 67.33%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#670CED (or 0x670CED) is known color: Electric Indigo. HEX triplet: 67, 0C and ED. RGB value is (103,12,237). Sum of RGB (Red+Green+Blue) = 103+12+237=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #670CED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #670CED is #98F312. Grayscale: #404040. Windows color (decimal): -10023699 or 15535207. OLE color: 15535207.

HSL color Cylindrical-coordinate representation of color #670CED: hue angle of 264.27º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670CED is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 103 12 237 -
CMYK 0.57 0.95 0 0.07
HSL 264.27º 0.9% 0.49% -
HSV(B) 264.27º 0.95% 0.93% -
XYZ 21.01 9.26 80.8 -
YUV 64.86 225.15 155.2 -
System Red Green Blue C M Y K H S L
Decimal 103 12 237 0.57 0.95 0 0.07 264.27 0.9 0.49
Hex 67 C ED 39 5F 0 7 108 5A 31
Octal 147 14 355 71 137 0 7 410 132 61
Binary 1100111 1100 11101101 111001 1011111 0 111 100001000 1011010 110001

Color Harmonies of #670CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670CED

Black with #670CED

Text Example


Text Example

White with #670CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670CED; }

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

 H1.HeaderClassName
 {
   color: #670CED;
 }
 .AnyTagClassName
 {
   color: #670CED;
 }
</style>

background-color css

<style>
 a { background-color: #670CED; }

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

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

border-color css

<style>
 span { border-color: #670CED; }

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

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