Html Css Color HEX #690BDA Electric Indigo

📋 copy color: '#690BDA'

red 105 ◦ green 11 ◦ blue 218

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

Shades of Electric Indigo #690BDA

Tints of Electric Indigo #690BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.29%

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

R = 31.44%
G = 3.29%
B = 65.27%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#690BDA (or 0x690BDA) is known color: Electric Indigo. HEX triplet: 69, 0B and DA. RGB value is (105,11,218). Sum of RGB (Red+Green+Blue) = 105+11+218=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #690BDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690BDA is #96F425. Grayscale: #3D3D3D. Windows color (decimal): -9892902 or 14289769. OLE color: 14289769.

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

Color convert

RGB 105 11 218 -
CMYK 0.52 0.95 0 0.15
HSL 267.25º 0.9% 0.45% -
HSV(B) 267.25º 0.95% 0.85% -
XYZ 18.6 8.3 66.95 -
YUV 62.7 215.64 158.17 -
System Red Green Blue C M Y K H S L
Decimal 105 11 218 0.52 0.95 0 0.15 267.25 0.9 0.45
Hex 69 B DA 34 5F 0 F 10B 5A 2D
Octal 151 13 332 64 137 0 17 413 132 55
Binary 1101001 1011 11011010 110100 1011111 0 1111 100001011 1011010 101101

Color Harmonies of #690BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690BDA

Black with #690BDA

Text Example


Text Example

White with #690BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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