Html Css Color HEX #690FED Electric Indigo

📋 copy color: '#690FED'

red 105 ◦ green 15 ◦ blue 237

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

Shades of Electric Indigo #690FED

Tints of Electric Indigo #690FED

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.2%

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

R = 29.41%
G = 4.2%
B = 66.39%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#690FED (or 0x690FED) is known color: Electric Indigo. HEX triplet: 69, 0F and ED. RGB value is (105,15,237). Sum of RGB (Red+Green+Blue) = 105+15+237=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #690FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690FED is #96F012. Grayscale: #424242. Windows color (decimal): -9891859 or 15535977. OLE color: 15535977.

HSL color Cylindrical-coordinate representation of color #690FED: hue angle of 264.32º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690FED is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 15 237 -
CMYK 0.56 0.94 0 0.07
HSL 264.32º 0.88% 0.49% -
HSV(B) 264.32º 0.94% 0.93% -
XYZ 21.28 9.46 80.82 -
YUV 67.22 223.82 154.95 -
System Red Green Blue C M Y K H S L
Decimal 105 15 237 0.56 0.94 0 0.07 264.32 0.88 0.49
Hex 69 F ED 38 5E 0 7 108 58 31
Octal 151 17 355 70 136 0 7 410 130 61
Binary 1101001 1111 11101101 111000 1011110 0 111 100001000 1011000 110001

Color Harmonies of #690FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690FED

Black with #690FED

Text Example


Text Example

White with #690FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,15,237); }

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

background-color css

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

 a { background-color: rgb(105,15,237); }

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

border-color css

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

 span { border-color: rgb(105,15,237); }

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