Html Css Color HEX #690CFA Electric Indigo

📋 copy color: '#690CFA'

red 105 ◦ green 12 ◦ blue 250

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

Shades of Electric Indigo #690CFA

Tints of Electric Indigo #690CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.12%

R = 28.61%
G = 3.27%
B = 68.12%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#690CFA (or 0x690CFA) is known color: Electric Indigo. HEX triplet: 69, 0C and FA. RGB value is (105,12,250). Sum of RGB (Red+Green+Blue) = 105+12+250=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #690CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690CFA is #96F305. Grayscale: #424242. Windows color (decimal): -9892614 or 16387177. OLE color: 16387177.

HSL color Cylindrical-coordinate representation of color #690CFA: hue angle of 263.45º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690CFA is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 12 250 -
CMYK 0.58 0.95 0 0.02
HSL 263.45º 0.96% 0.51% -
HSV(B) 263.45º 0.95% 0.98% -
XYZ 23.21 10.17 91.18 -
YUV 66.94 231.31 155.15 -
System Red Green Blue C M Y K H S L
Decimal 105 12 250 0.58 0.95 0 0.02 263.45 0.96 0.51
Hex 69 C FA 3A 5F 0 2 107 60 33
Octal 151 14 372 72 137 0 2 407 140 63
Binary 1101001 1100 11111010 111010 1011111 0 10 100000111 1100000 110011

Color Harmonies of #690CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690CFA

Black with #690CFA

Text Example


Text Example

White with #690CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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