Html Css Color HEX #6711FF Electric Indigo

📋 copy color: '#6711FF'

red 103 ◦ green 17 ◦ blue 255

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

Shades of Electric Indigo #6711FF

Tints of Electric Indigo #6711FF

RGB

 RED value IS 103 (40.63% from 255) = 27.47%

 GREEN value IS 17 (7.03% from 255) = 4.53%

 BLUE value IS 255 (100% from 255) = 68%

R = 27.47%
G = 4.53%
B = 68%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6711FF (or 0x6711FF) is known color: Electric Indigo. HEX triplet: 67, 11 and FF. RGB value is (103,17,255). Sum of RGB (Red+Green+Blue) = 103+17+255=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #6711FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6711FF is #98EE00. Grayscale: #444444. Windows color (decimal): -10022401 or 16716135. OLE color: 16716135.

HSL color Cylindrical-coordinate representation of color #6711FF: hue angle of 261.68º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6711FF is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 103 17 255 -
CMYK 0.60 0.93 0 0
HSL 261.68º 1% 0.53% -
HSV(B) 261.68º 0.93% 1% -
XYZ 23.84 10.5 95.38 -
YUV 69.85 232.49 151.65 -
System Red Green Blue C M Y K H S L
Decimal 103 17 255 0.60 0.93 0 0 261.68 1 0.53
Hex 67 11 FF 3C 5D 0 0 106 64 35
Octal 147 21 377 74 135 0 0 406 144 65
Binary 1100111 10001 11111111 111100 1011101 0 0 100000110 1100100 110101

Color Harmonies of #6711FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6711FF

Black with #6711FF

Text Example


Text Example

White with #6711FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6711FF; }

 p { color: rgb(103,17,255); }

 H1.HeaderClassName
 {
   color: #6711FF;
 }
 .AnyTagClassName
 {
   color: #6711FF;
 }
</style>

background-color css

<style>
 a { background-color: #6711FF; }

 a { background-color: rgb(103,17,255); }

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

border-color css

<style>
 span { border-color: #6711FF; }

 span { border-color: rgb(103,17,255); }

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