Html Css Color HEX #690CE1 Electric Indigo

📋 copy color: '#690CE1'

red 105 ◦ green 12 ◦ blue 225

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

Shades of Electric Indigo #690CE1

Tints of Electric Indigo #690CE1

RGB

 RED value IS 105 (41.41% from 255) = 30.7%

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

 BLUE value IS 225 (88.28% from 255) = 65.79%

R = 30.7%
G = 3.51%
B = 65.79%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#690CE1 (or 0x690CE1) is known color: Electric Indigo. HEX triplet: 69, 0C and E1. RGB value is (105,12,225). Sum of RGB (Red+Green+Blue) = 105+12+225=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 225 (88.28% from 255 or 65.79% from 342); Max value from RGB is 225 - color contains mainly: blue. Hex color #690CE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690CE1 is #96F31E. Grayscale: #3F3F3F. Windows color (decimal): -9892639 or 14748777. OLE color: 14748777.

HSL color Cylindrical-coordinate representation of color #690CE1: hue angle of 266.2º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690CE1 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 12 225 -
CMYK 0.53 0.95 0 0.12
HSL 266.2º 0.9% 0.46% -
HSV(B) 266.2º 0.95% 0.88% -
XYZ 19.55 8.7 71.88 -
YUV 64.09 218.81 157.18 -
System Red Green Blue C M Y K H S L
Decimal 105 12 225 0.53 0.95 0 0.12 266.2 0.9 0.46
Hex 69 C E1 35 5F 0 C 10A 5A 2E
Octal 151 14 341 65 137 0 14 412 132 56
Binary 1101001 1100 11100001 110101 1011111 0 1100 100001010 1011010 101110

Color Harmonies of #690CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690CE1

Black with #690CE1

Text Example


Text Example

White with #690CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690CE1; }

 p { color: rgb(105,12,225); }

 H1.HeaderClassName
 {
   color: #690CE1;
 }
 .AnyTagClassName
 {
   color: #690CE1;
 }
</style>

background-color css

<style>
 a { background-color: #690CE1; }

 a { background-color: rgb(105,12,225); }

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

border-color css

<style>
 span { border-color: #690CE1; }

 span { border-color: rgb(105,12,225); }

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