Html Css Color HEX #6209FF Electric Indigo

📋 copy color: '#6209FF'

red 98 ◦ green 9 ◦ blue 255

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

Shades of Electric Indigo #6209FF

Tints of Electric Indigo #6209FF

RGB

 RED value IS 98 (38.67% from 255) = 27.07%

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

 BLUE value IS 255 (100% from 255) = 70.44%

R = 27.07%
G = 2.49%
B = 70.44%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6209FF (or 0x6209FF) is known color: Electric Indigo. HEX triplet: 62, 09 and FF. RGB value is (98,9,255). Sum of RGB (Red+Green+Blue) = 98+9+255=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #6209FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6209FF is #9DF600. Grayscale: #3E3E3E. Windows color (decimal): -10352129 or 16714082. OLE color: 16714082.

HSL color Cylindrical-coordinate representation of color #6209FF: hue angle of 261.71º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6209FF is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 98 9 255 -
CMYK 0.62 0.96 0 0
HSL 261.71º 1% 0.52% -
HSV(B) 261.71º 0.96% 1% -
XYZ 23.18 10.01 95.32 -
YUV 63.66 235.99 152.5 -
System Red Green Blue C M Y K H S L
Decimal 98 9 255 0.62 0.96 0 0 261.71 1 0.52
Hex 62 9 FF 3E 60 0 0 106 64 34
Octal 142 11 377 76 140 0 0 406 144 64
Binary 1100010 1001 11111111 111110 1100000 0 0 100000110 1100100 110100

Color Harmonies of #6209FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6209FF

Black with #6209FF

Text Example


Text Example

White with #6209FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6209FF; }

 p { color: rgb(98,9,255); }

 H1.HeaderClassName
 {
   color: #6209FF;
 }
 .AnyTagClassName
 {
   color: #6209FF;
 }
</style>

background-color css

<style>
 a { background-color: #6209FF; }

 a { background-color: rgb(98,9,255); }

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

border-color css

<style>
 span { border-color: #6209FF; }

 span { border-color: rgb(98,9,255); }

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