Html Css Color HEX #600BFB Electric Indigo

📋 copy color: '#600BFB'

red 96 ◦ green 11 ◦ blue 251

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

Shades of Electric Indigo #600BFB

Tints of Electric Indigo #600BFB

RGB

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

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

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

R = 26.82%
G = 3.07%
B = 70.11%

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

#600BFB (or 0x600BFB) is known color: Electric Indigo. HEX triplet: 60, 0B and FB. RGB value is (96,11,251). Sum of RGB (Red+Green+Blue) = 96+11+251=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #600BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600BFB is #9FF404. Grayscale: #3E3E3E. Windows color (decimal): -10482693 or 16452448. OLE color: 16452448.

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

Color convert

RGB 96 11 251 -
CMYK 0.62 0.96 0 0.02
HSL 261.25º 0.97% 0.51% -
HSV(B) 261.25º 0.96% 0.98% -
XYZ 22.36 9.69 91.96 -
YUV 63.78 233.66 150.99 -
System Red Green Blue C M Y K H S L
Decimal 96 11 251 0.62 0.96 0 0.02 261.25 0.97 0.51
Hex 60 B FB 3E 60 0 2 105 61 33
Octal 140 13 373 76 140 0 2 405 141 63
Binary 1100000 1011 11111011 111110 1100000 0 10 100000101 1100001 110011

Color Harmonies of #600BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600BFB

Black with #600BFB

Text Example


Text Example

White with #600BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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