Html Css Color HEX #6B02EE Electric Indigo

📋 copy color: '#6B02EE'

red 107 ◦ green 2 ◦ blue 238

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

Shades of Electric Indigo #6B02EE

Tints of Electric Indigo #6B02EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 68.59%

R = 30.84%
G = 0.58%
B = 68.59%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B02EE (or 0x6B02EE) is known color: Electric Indigo. HEX triplet: 6B, 02 and EE. RGB value is (107,2,238). Sum of RGB (Red+Green+Blue) = 107+2+238=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #6B02EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B02EE is #94FD11. Grayscale: #3B3B3B. Windows color (decimal): -9764114 or 15598187. OLE color: 15598187.

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

Color convert

RGB 107 2 238 -
CMYK 0.55 0.99 0 0.07
HSL 266.69º 0.98% 0.47% -
HSV(B) 266.69º 0.99% 0.93% -
XYZ 21.52 9.34 81.56 -
YUV 60.3 228.29 161.31 -
System Red Green Blue C M Y K H S L
Decimal 107 2 238 0.55 0.99 0 0.07 266.69 0.98 0.47
Hex 6B 2 EE 37 63 0 7 10B 62 2F
Octal 153 2 356 67 143 0 7 413 142 57
Binary 1101011 10 11101110 110111 1100011 0 111 100001011 1100010 101111

Color Harmonies of #6B02EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B02EE

Black with #6B02EE

Text Example


Text Example

White with #6B02EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,2,238); }

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

background-color css

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

 a { background-color: rgb(107,2,238); }

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

border-color css

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

 span { border-color: rgb(107,2,238); }

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