Html Css Color HEX #600BEA Electric Indigo

📋 copy color: '#600BEA'

red 96 ◦ green 11 ◦ blue 234

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

Shades of Electric Indigo #600BEA

Tints of Electric Indigo #600BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 68.62%

R = 28.15%
G = 3.23%
B = 68.62%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#600BEA (or 0x600BEA) is known color: Electric Indigo. HEX triplet: 60, 0B and EA. RGB value is (96,11,234). Sum of RGB (Red+Green+Blue) = 96+11+234=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #600BEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600BEA is #9FF415. Grayscale: #3D3D3D. Windows color (decimal): -10482710 or 15338336. OLE color: 15338336.

HSL color Cylindrical-coordinate representation of color #600BEA: hue angle of 262.87º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600BEA is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 11 234 -
CMYK 0.59 0.95 0 0.08
HSL 262.87º 0.91% 0.48% -
HSV(B) 262.87º 0.95% 0.92% -
XYZ 19.79 8.67 78.47 -
YUV 61.84 225.16 152.37 -
System Red Green Blue C M Y K H S L
Decimal 96 11 234 0.59 0.95 0 0.08 262.87 0.91 0.48
Hex 60 B EA 3B 5F 0 8 107 5B 30
Octal 140 13 352 73 137 0 10 407 133 60
Binary 1100000 1011 11101010 111011 1011111 0 1000 100000111 1011011 110000

Color Harmonies of #600BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600BEA

Black with #600BEA

Text Example


Text Example

White with #600BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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