Html Css Color HEX #600BFA Electric Indigo

📋 copy color: '#600BFA'

red 96 ◦ green 11 ◦ blue 250

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

Shades of Electric Indigo #600BFA

Tints of Electric Indigo #600BFA

RGB

 RED value IS 96 (37.89% from 255) = 26.89%

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

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

R = 26.89%
G = 3.08%
B = 70.03%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#600BFA (or 0x600BFA) is known color: Electric Indigo. HEX triplet: 60, 0B and FA. RGB value is (96,11,250). Sum of RGB (Red+Green+Blue) = 96+11+250=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #600BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600BFA is #9FF405. Grayscale: #3E3E3E. Windows color (decimal): -10482694 or 16386912. OLE color: 16386912.

HSL color Cylindrical-coordinate representation of color #600BFA: hue angle of 261.34º degrees, saturation: 0.96, 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 #600BFA is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 11 250 -
CMYK 0.62 0.96 0 0.02
HSL 261.34º 0.96% 0.51% -
HSV(B) 261.34º 0.96% 0.98% -
XYZ 22.2 9.63 91.13 -
YUV 63.66 233.16 151.07 -
System Red Green Blue C M Y K H S L
Decimal 96 11 250 0.62 0.96 0 0.02 261.34 0.96 0.51
Hex 60 B FA 3E 60 0 2 105 60 33
Octal 140 13 372 76 140 0 2 405 140 63
Binary 1100000 1011 11111010 111110 1100000 0 10 100000101 1100000 110011

Color Harmonies of #600BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600BFA

Black with #600BFA

Text Example


Text Example

White with #600BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600BFA; }

 p { color: rgb(96,11,250); }

 H1.HeaderClassName
 {
   color: #600BFA;
 }
 .AnyTagClassName
 {
   color: #600BFA;
 }
</style>

background-color css

<style>
 a { background-color: #600BFA; }

 a { background-color: rgb(96,11,250); }

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

border-color css

<style>
 span { border-color: #600BFA; }

 span { border-color: rgb(96,11,250); }

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