Html Css Color HEX #6F0BF9 Electric Indigo

📋 copy color: '#6F0BF9'

red 111 ◦ green 11 ◦ blue 249

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

Shades of Electric Indigo #6F0BF9

Tints of Electric Indigo #6F0BF9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.96%

 BLUE value IS 249 (97.66% from 255) = 67.12%

R = 29.92%
G = 2.96%
B = 67.12%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F0BF9 (or 0x6F0BF9) is known color: Electric Indigo. HEX triplet: 6F, 0B and F9. RGB value is (111,11,249). Sum of RGB (Red+Green+Blue) = 111+11+249=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 249 (97.66% from 255 or 67.12% from 371); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F0BF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0BF9 is #90F406. Grayscale: #434343. Windows color (decimal): -9499655 or 16321391. OLE color: 16321391.

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

Color convert

RGB 111 11 249 -
CMYK 0.55 0.96 0 0.02
HSL 265.21º 0.95% 0.51% -
HSV(B) 265.21º 0.96% 0.98% -
XYZ 23.77 10.46 90.39 -
YUV 68.03 230.13 158.65 -
System Red Green Blue C M Y K H S L
Decimal 111 11 249 0.55 0.96 0 0.02 265.21 0.95 0.51
Hex 6F B F9 37 60 0 2 109 5F 33
Octal 157 13 371 67 140 0 2 411 137 63
Binary 1101111 1011 11111001 110111 1100000 0 10 100001001 1011111 110011

Color Harmonies of #6F0BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0BF9

Black with #6F0BF9

Text Example


Text Example

White with #6F0BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,11,249); }

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

background-color css

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

 a { background-color: rgb(111,11,249); }

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

border-color css

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

 span { border-color: rgb(111,11,249); }

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