Html Css Color HEX #6902ED Electric Indigo

📋 copy color: '#6902ED'

red 105 ◦ green 2 ◦ blue 237

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

Shades of Electric Indigo #6902ED

Tints of Electric Indigo #6902ED

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 30.52%
G = 0.58%
B = 68.9%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6902ED (or 0x6902ED) is known color: Electric Indigo. HEX triplet: 69, 02 and ED. RGB value is (105,2,237). Sum of RGB (Red+Green+Blue) = 105+2+237=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #6902ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6902ED is #96FD12. Grayscale: #3A3A3A. Windows color (decimal): -9895187 or 15532649. OLE color: 15532649.

HSL color Cylindrical-coordinate representation of color #6902ED: hue angle of 266.3º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6902ED is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 2 237 -
CMYK 0.56 0.99 0 0.07
HSL 266.3º 0.98% 0.47% -
HSV(B) 266.3º 0.99% 0.93% -
XYZ 21.13 9.16 80.78 -
YUV 59.59 228.12 160.39 -
System Red Green Blue C M Y K H S L
Decimal 105 2 237 0.56 0.99 0 0.07 266.3 0.98 0.47
Hex 69 2 ED 38 63 0 7 10A 62 2F
Octal 151 2 355 70 143 0 7 412 142 57
Binary 1101001 10 11101101 111000 1100011 0 111 100001010 1100010 101111

Color Harmonies of #6902ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6902ED

Black with #6902ED

Text Example


Text Example

White with #6902ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6902ED; }

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

 H1.HeaderClassName
 {
   color: #6902ED;
 }
 .AnyTagClassName
 {
   color: #6902ED;
 }
</style>

background-color css

<style>
 a { background-color: #6902ED; }

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

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

border-color css

<style>
 span { border-color: #6902ED; }

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

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