Html Css Color HEX #6F02EB Electric Indigo

📋 copy color: '#6F02EB'

red 111 ◦ green 2 ◦ blue 235

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

Shades of Electric Indigo #6F02EB

Tints of Electric Indigo #6F02EB

RGB

 RED value IS 111 (43.75% from 255) = 31.9%

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

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

R = 31.9%
G = 0.57%
B = 67.53%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F02EB (or 0x6F02EB) is known color: Electric Indigo. HEX triplet: 6F, 02 and EB. RGB value is (111,2,235). Sum of RGB (Red+Green+Blue) = 111+2+235=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F02EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F02EB is #90FD14. Grayscale: #3C3C3C. Windows color (decimal): -9501973 or 15401583. OLE color: 15401583.

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

Color convert

RGB 111 2 235 -
CMYK 0.53 0.99 0 0.08
HSL 268.07º 0.98% 0.46% -
HSV(B) 268.07º 0.99% 0.92% -
XYZ 21.57 9.42 79.28 -
YUV 61.15 226.11 163.55 -
System Red Green Blue C M Y K H S L
Decimal 111 2 235 0.53 0.99 0 0.08 268.07 0.98 0.46
Hex 6F 2 EB 35 63 0 8 10C 62 2E
Octal 157 2 353 65 143 0 10 414 142 56
Binary 1101111 10 11101011 110101 1100011 0 1000 100001100 1100010 101110

Color Harmonies of #6F02EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F02EB

Black with #6F02EB

Text Example


Text Example

White with #6F02EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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