Html Css Color HEX #6B06E9 Electric Indigo

📋 copy color: '#6B06E9'

red 107 ◦ green 6 ◦ blue 233

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

Shades of Electric Indigo #6B06E9

Tints of Electric Indigo #6B06E9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.73%

 BLUE value IS 233 (91.41% from 255) = 67.34%

R = 30.92%
G = 1.73%
B = 67.34%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6B06E9 (or 0x6B06E9) is known color: Electric Indigo. HEX triplet: 6B, 06 and E9. RGB value is (107,6,233). Sum of RGB (Red+Green+Blue) = 107+6+233=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 233 (91.41% from 255 or 67.34% from 346); Max value from RGB is 233 - color contains mainly: blue. Hex color #6B06E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B06E9 is #94F916. Grayscale: #3D3D3D. Windows color (decimal): -9763095 or 15271531. OLE color: 15271531.

HSL color Cylindrical-coordinate representation of color #6B06E9: hue angle of 266.7º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B06E9 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 107 6 233 -
CMYK 0.54 0.97 0 0.09
HSL 266.7º 0.95% 0.47% -
HSV(B) 266.7º 0.97% 0.91% -
XYZ 20.84 9.14 77.76 -
YUV 62.08 224.46 160.04 -
System Red Green Blue C M Y K H S L
Decimal 107 6 233 0.54 0.97 0 0.09 266.7 0.95 0.47
Hex 6B 6 E9 36 61 0 9 10B 5F 2F
Octal 153 6 351 66 141 0 11 413 137 57
Binary 1101011 110 11101001 110110 1100001 0 1001 100001011 1011111 101111

Color Harmonies of #6B06E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B06E9

Black with #6B06E9

Text Example


Text Example

White with #6B06E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,6,233); }

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

background-color css

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

 a { background-color: rgb(107,6,233); }

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

border-color css

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

 span { border-color: rgb(107,6,233); }

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