Html Css Color HEX #6F06F5 Electric Indigo

📋 copy color: '#6F06F5'

red 111 ◦ green 6 ◦ blue 245

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

Shades of Electric Indigo #6F06F5

Tints of Electric Indigo #6F06F5

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.66%

 BLUE value IS 245 (96.09% from 255) = 67.68%

R = 30.66%
G = 1.66%
B = 67.68%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6F06F5 (or 0x6F06F5) is known color: Electric Indigo. HEX triplet: 6F, 06 and F5. RGB value is (111,6,245). Sum of RGB (Red+Green+Blue) = 111+6+245=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 245 (96.09% from 255 or 67.68% from 362); Max value from RGB is 245 - color contains mainly: blue. Hex color #6F06F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F06F5 is #90F90A. Grayscale: #3F3F3F. Windows color (decimal): -9500939 or 16057967. OLE color: 16057967.

HSL color Cylindrical-coordinate representation of color #6F06F5: hue angle of 266.36º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F06F5 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 111 6 245 -
CMYK 0.55 0.98 0 0.04
HSL 266.36º 0.95% 0.49% -
HSV(B) 266.36º 0.98% 0.96% -
XYZ 23.1 10.1 87.12 -
YUV 64.64 229.79 161.07 -
System Red Green Blue C M Y K H S L
Decimal 111 6 245 0.55 0.98 0 0.04 266.36 0.95 0.49
Hex 6F 6 F5 37 62 0 4 10A 5F 31
Octal 157 6 365 67 142 0 4 412 137 61
Binary 1101111 110 11110101 110111 1100010 0 100 100001010 1011111 110001

Color Harmonies of #6F06F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F06F5

Black with #6F06F5

Text Example


Text Example

White with #6F06F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,6,245); }

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

background-color css

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

 a { background-color: rgb(111,6,245); }

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

border-color css

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

 span { border-color: rgb(111,6,245); }

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