Html Css Color HEX #6510FB Electric Indigo

📋 copy color: '#6510FB'

red 101 ◦ green 16 ◦ blue 251

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

Shades of Electric Indigo #6510FB

Tints of Electric Indigo #6510FB

RGB

 RED value IS 101 (39.84% from 255) = 27.45%

 GREEN value IS 16 (6.64% from 255) = 4.35%

 BLUE value IS 251 (98.44% from 255) = 68.21%

R = 27.45%
G = 4.35%
B = 68.21%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6510FB (or 0x6510FB) is known color: Electric Indigo. HEX triplet: 65, 10 and FB. RGB value is (101,16,251). Sum of RGB (Red+Green+Blue) = 101+16+251=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #6510FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6510FB is #9AEF04. Grayscale: #434343. Windows color (decimal): -10153733 or 16453733. OLE color: 16453733.

HSL color Cylindrical-coordinate representation of color #6510FB: hue angle of 261.7º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6510FB is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 16 251 -
CMYK 0.60 0.94 0 0.02
HSL 261.7º 0.97% 0.52% -
HSV(B) 261.7º 0.94% 0.98% -
XYZ 22.96 10.1 92.01 -
YUV 68.21 231.16 151.39 -
System Red Green Blue C M Y K H S L
Decimal 101 16 251 0.60 0.94 0 0.02 261.7 0.97 0.52
Hex 65 10 FB 3C 5E 0 2 106 61 34
Octal 145 20 373 74 136 0 2 406 141 64
Binary 1100101 10000 11111011 111100 1011110 0 10 100000110 1100001 110100

Color Harmonies of #6510FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6510FB

Black with #6510FB

Text Example


Text Example

White with #6510FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6510FB; }

 p { color: rgb(101,16,251); }

 H1.HeaderClassName
 {
   color: #6510FB;
 }
 .AnyTagClassName
 {
   color: #6510FB;
 }
</style>

background-color css

<style>
 a { background-color: #6510FB; }

 a { background-color: rgb(101,16,251); }

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

border-color css

<style>
 span { border-color: #6510FB; }

 span { border-color: rgb(101,16,251); }

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