Html Css Color HEX #6B09EA Electric Indigo

📋 copy color: '#6B09EA'

red 107 ◦ green 9 ◦ blue 234

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

Shades of Electric Indigo #6B09EA

Tints of Electric Indigo #6B09EA

RGB

 RED value IS 107 (42.19% from 255) = 30.57%

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

 BLUE value IS 234 (91.8% from 255) = 66.86%

R = 30.57%
G = 2.57%
B = 66.86%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6B09EA (or 0x6B09EA) is known color: Electric Indigo. HEX triplet: 6B, 09 and EA. RGB value is (107,9,234). Sum of RGB (Red+Green+Blue) = 107+9+234=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B09EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B09EA is #94F615. Grayscale: #3F3F3F. Windows color (decimal): -9762326 or 15337835. OLE color: 15337835.

HSL color Cylindrical-coordinate representation of color #6B09EA: hue angle of 266.13º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B09EA is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 9 234 -
CMYK 0.54 0.96 0 0.08
HSL 266.13º 0.93% 0.48% -
HSV(B) 266.13º 0.96% 0.92% -
XYZ 21.01 9.26 78.52 -
YUV 63.95 223.97 158.7 -
System Red Green Blue C M Y K H S L
Decimal 107 9 234 0.54 0.96 0 0.08 266.13 0.93 0.48
Hex 6B 9 EA 36 60 0 8 10A 5D 30
Octal 153 11 352 66 140 0 10 412 135 60
Binary 1101011 1001 11101010 110110 1100000 0 1000 100001010 1011101 110000

Color Harmonies of #6B09EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B09EA

Black with #6B09EA

Text Example


Text Example

White with #6B09EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B09EA; }

 p { color: rgb(107,9,234); }

 H1.HeaderClassName
 {
   color: #6B09EA;
 }
 .AnyTagClassName
 {
   color: #6B09EA;
 }
</style>

background-color css

<style>
 a { background-color: #6B09EA; }

 a { background-color: rgb(107,9,234); }

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

border-color css

<style>
 span { border-color: #6B09EA; }

 span { border-color: rgb(107,9,234); }

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