Html Css Color HEX #6F02EF Electric Indigo

📋 copy color: '#6F02EF'

red 111 ◦ green 2 ◦ blue 239

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

Shades of Electric Indigo #6F02EF

Tints of Electric Indigo #6F02EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.9%

R = 31.53%
G = 0.57%
B = 67.9%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6F02EF (or 0x6F02EF) is known color: Electric Indigo. HEX triplet: 6F, 02 and EF. RGB value is (111,2,239). Sum of RGB (Red+Green+Blue) = 111+2+239=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F02EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F02EF is #90FD10. Grayscale: #3C3C3C. Windows color (decimal): -9501969 or 15663727. OLE color: 15663727.

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

Color convert

RGB 111 2 239 -
CMYK 0.54 0.99 0 0.06
HSL 267.59º 0.98% 0.47% -
HSV(B) 267.59º 0.99% 0.94% -
XYZ 22.16 9.65 82.36 -
YUV 61.61 228.11 163.23 -
System Red Green Blue C M Y K H S L
Decimal 111 2 239 0.54 0.99 0 0.06 267.59 0.98 0.47
Hex 6F 2 EF 36 63 0 6 10C 62 2F
Octal 157 2 357 66 143 0 6 414 142 57
Binary 1101111 10 11101111 110110 1100011 0 110 100001100 1100010 101111

Color Harmonies of #6F02EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F02EF

Black with #6F02EF

Text Example


Text Example

White with #6F02EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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