Html Css Color HEX #6C02EB Electric Indigo

📋 copy color: '#6C02EB'

red 108 ◦ green 2 ◦ blue 235

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

Shades of Electric Indigo #6C02EB

Tints of Electric Indigo #6C02EB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 31.3%
G = 0.58%
B = 68.12%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C02EB (or 0x6C02EB) is known color: Electric Indigo. HEX triplet: 6C, 02 and EB. RGB value is (108,2,235). Sum of RGB (Red+Green+Blue) = 108+2+235=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C02EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C02EB is #93FD14. Grayscale: #3B3B3B. Windows color (decimal): -9698581 or 15401580. OLE color: 15401580.

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

Color convert

RGB 108 2 235 -
CMYK 0.54 0.99 0 0.08
HSL 267.3º 0.98% 0.46% -
HSV(B) 267.3º 0.99% 0.92% -
XYZ 21.2 9.23 79.26 -
YUV 60.26 226.62 162.05 -
System Red Green Blue C M Y K H S L
Decimal 108 2 235 0.54 0.99 0 0.08 267.3 0.98 0.46
Hex 6C 2 EB 36 63 0 8 10B 62 2E
Octal 154 2 353 66 143 0 10 413 142 56
Binary 1101100 10 11101011 110110 1100011 0 1000 100001011 1100010 101110

Color Harmonies of #6C02EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C02EB

Black with #6C02EB

Text Example


Text Example

White with #6C02EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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