Html Css Color HEX #6F1CFD Electric Indigo

📋 copy color: '#6F1CFD'

red 111 ◦ green 28 ◦ blue 253

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

Shades of Electric Indigo #6F1CFD

Tints of Electric Indigo #6F1CFD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.14%

 BLUE value IS 253 (99.22% from 255) = 64.54%

R = 28.32%
G = 7.14%
B = 64.54%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6F1CFD (or 0x6F1CFD) is known color: Electric Indigo. HEX triplet: 6F, 1C and FD. RGB value is (111,28,253). Sum of RGB (Red+Green+Blue) = 111+28+253=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F1CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1CFD is #90E302. Grayscale: #4D4D4D. Windows color (decimal): -9495299 or 16587887. OLE color: 16587887.

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

Color convert

RGB 111 28 253 -
CMYK 0.56 0.89 0 0.01
HSL 262.13º 0.98% 0.55% -
HSV(B) 262.13º 0.89% 0.99% -
XYZ 24.7 11.3 93.81 -
YUV 78.47 226.5 151.2 -
System Red Green Blue C M Y K H S L
Decimal 111 28 253 0.56 0.89 0 0.01 262.13 0.98 0.55
Hex 6F 1C FD 38 59 0 1 106 62 37
Octal 157 34 375 70 131 0 1 406 142 67
Binary 1101111 11100 11111101 111000 1011001 0 1 100000110 1100010 110111

Color Harmonies of #6F1CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1CFD

Black with #6F1CFD

Text Example


Text Example

White with #6F1CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,28,253); }

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

background-color css

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

 a { background-color: rgb(111,28,253); }

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

border-color css

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

 span { border-color: rgb(111,28,253); }

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