Html Css Color HEX #6C09EB Electric Indigo

📋 copy color: '#6C09EB'

red 108 ◦ green 9 ◦ blue 235

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

Shades of Electric Indigo #6C09EB

Tints of Electric Indigo #6C09EB

RGB

 RED value IS 108 (42.58% from 255) = 30.68%

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

 BLUE value IS 235 (92.19% from 255) = 66.76%

R = 30.68%
G = 2.56%
B = 66.76%

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

#6C09EB (or 0x6C09EB) is known color: Electric Indigo. HEX triplet: 6C, 09 and EB. RGB value is (108,9,235). Sum of RGB (Red+Green+Blue) = 108+9+235=352 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.68% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C09EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C09EB is #93F614. Grayscale: #3F3F3F. Windows color (decimal): -9696789 or 15403372. OLE color: 15403372.

HSL color Cylindrical-coordinate representation of color #6C09EB: hue angle of 266.28º 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 #6C09EB is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 9 235 -
CMYK 0.54 0.96 0 0.08
HSL 266.28º 0.93% 0.48% -
HSV(B) 266.28º 0.96% 0.92% -
XYZ 21.28 9.38 79.29 -
YUV 64.37 224.3 159.12 -
System Red Green Blue C M Y K H S L
Decimal 108 9 235 0.54 0.96 0 0.08 266.28 0.93 0.48
Hex 6C 9 EB 36 60 0 8 10A 5D 30
Octal 154 11 353 66 140 0 10 412 135 60
Binary 1101100 1001 11101011 110110 1100000 0 1000 100001010 1011101 110000

Color Harmonies of #6C09EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C09EB

Black with #6C09EB

Text Example


Text Example

White with #6C09EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,9,235); }

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

background-color css

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

 a { background-color: rgb(108,9,235); }

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

border-color css

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

 span { border-color: rgb(108,9,235); }

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