Html Css Color HEX #6F0CFA Electric Indigo

📋 copy color: '#6F0CFA'

red 111 ◦ green 12 ◦ blue 250

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

Shades of Electric Indigo #6F0CFA

Tints of Electric Indigo #6F0CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.22%

 BLUE value IS 250 (98.05% from 255) = 67.02%

R = 29.76%
G = 3.22%
B = 67.02%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F0CFA (or 0x6F0CFA) is known color: Electric Indigo. HEX triplet: 6F, 0C and FA. RGB value is (111,12,250). Sum of RGB (Red+Green+Blue) = 111+12+250=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F0CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0CFA is #90F305. Grayscale: #434343. Windows color (decimal): -9499398 or 16387183. OLE color: 16387183.

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

Color convert

RGB 111 12 250 -
CMYK 0.56 0.95 0 0.02
HSL 264.96º 0.96% 0.51% -
HSV(B) 264.96º 0.95% 0.98% -
XYZ 23.94 10.54 91.22 -
YUV 68.73 230.3 158.15 -
System Red Green Blue C M Y K H S L
Decimal 111 12 250 0.56 0.95 0 0.02 264.96 0.96 0.51
Hex 6F C FA 38 5F 0 2 109 60 33
Octal 157 14 372 70 137 0 2 411 140 63
Binary 1101111 1100 11111010 111000 1011111 0 10 100001001 1100000 110011

Color Harmonies of #6F0CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0CFA

Black with #6F0CFA

Text Example


Text Example

White with #6F0CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,12,250); }

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

background-color css

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

 a { background-color: rgb(111,12,250); }

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

border-color css

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

 span { border-color: rgb(111,12,250); }

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