Html Css Color HEX #690CDA Electric Indigo

📋 copy color: '#690CDA'

red 105 ◦ green 12 ◦ blue 218

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

Shades of Electric Indigo #690CDA

Tints of Electric Indigo #690CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.07%

R = 31.34%
G = 3.58%
B = 65.07%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#690CDA (or 0x690CDA) is known color: Electric Indigo. HEX triplet: 69, 0C and DA. RGB value is (105,12,218). Sum of RGB (Red+Green+Blue) = 105+12+218=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #690CDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690CDA is #96F325. Grayscale: #3E3E3E. Windows color (decimal): -9892646 or 14290025. OLE color: 14290025.

HSL color Cylindrical-coordinate representation of color #690CDA: hue angle of 267.09º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690CDA is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 12 218 -
CMYK 0.52 0.94 0 0.15
HSL 267.09º 0.9% 0.45% -
HSV(B) 267.09º 0.94% 0.85% -
XYZ 18.61 8.33 66.96 -
YUV 63.29 215.31 157.75 -
System Red Green Blue C M Y K H S L
Decimal 105 12 218 0.52 0.94 0 0.15 267.09 0.9 0.45
Hex 69 C DA 34 5E 0 F 10B 5A 2D
Octal 151 14 332 64 136 0 17 413 132 55
Binary 1101001 1100 11011010 110100 1011110 0 1111 100001011 1011010 101101

Color Harmonies of #690CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690CDA

Black with #690CDA

Text Example


Text Example

White with #690CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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