Html Css Color HEX #6609FA Electric Indigo

📋 copy color: '#6609FA'

red 102 ◦ green 9 ◦ blue 250

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

Shades of Electric Indigo #6609FA

Tints of Electric Indigo #6609FA

RGB

 RED value IS 102 (40.23% from 255) = 28.25%

 GREEN value IS 9 (3.91% from 255) = 2.49%

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

R = 28.25%
G = 2.49%
B = 69.25%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6609FA (or 0x6609FA) is known color: Electric Indigo. HEX triplet: 66, 09 and FA. RGB value is (102,9,250). Sum of RGB (Red+Green+Blue) = 102+9+250=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #6609FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6609FA is #99F605. Grayscale: #3F3F3F. Windows color (decimal): -10089990 or 16386406. OLE color: 16386406.

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

Color convert

RGB 102 9 250 -
CMYK 0.59 0.96 0 0.02
HSL 263.15º 0.96% 0.51% -
HSV(B) 263.15º 0.96% 0.98% -
XYZ 22.83 9.92 91.15 -
YUV 64.28 232.81 154.9 -
System Red Green Blue C M Y K H S L
Decimal 102 9 250 0.59 0.96 0 0.02 263.15 0.96 0.51
Hex 66 9 FA 3B 60 0 2 107 60 33
Octal 146 11 372 73 140 0 2 407 140 63
Binary 1100110 1001 11111010 111011 1100000 0 10 100000111 1100000 110011

Color Harmonies of #6609FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6609FA

Black with #6609FA

Text Example


Text Example

White with #6609FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6609FA; }

 p { color: rgb(102,9,250); }

 H1.HeaderClassName
 {
   color: #6609FA;
 }
 .AnyTagClassName
 {
   color: #6609FA;
 }
</style>

background-color css

<style>
 a { background-color: #6609FA; }

 a { background-color: rgb(102,9,250); }

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

border-color css

<style>
 span { border-color: #6609FA; }

 span { border-color: rgb(102,9,250); }

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