Html Css Color HEX #600BDF Electric Indigo

📋 copy color: '#600BDF'

red 96 ◦ green 11 ◦ blue 223

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

Shades of Electric Indigo #600BDF

Tints of Electric Indigo #600BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.58%

R = 29.09%
G = 3.33%
B = 67.58%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#600BDF (or 0x600BDF) is known color: Electric Indigo. HEX triplet: 60, 0B and DF. RGB value is (96,11,223). Sum of RGB (Red+Green+Blue) = 96+11+223=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #600BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600BDF is #9FF420. Grayscale: #3B3B3B. Windows color (decimal): -10482721 or 14617440. OLE color: 14617440.

HSL color Cylindrical-coordinate representation of color #600BDF: hue angle of 264.06º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600BDF is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 11 223 -
CMYK 0.57 0.95 0 0.13
HSL 264.06º 0.91% 0.46% -
HSV(B) 264.06º 0.95% 0.87% -
XYZ 18.26 8.05 70.4 -
YUV 60.58 219.66 153.26 -
System Red Green Blue C M Y K H S L
Decimal 96 11 223 0.57 0.95 0 0.13 264.06 0.91 0.46
Hex 60 B DF 39 5F 0 D 108 5B 2E
Octal 140 13 337 71 137 0 15 410 133 56
Binary 1100000 1011 11011111 111001 1011111 0 1101 100001000 1011011 101110

Color Harmonies of #600BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600BDF

Black with #600BDF

Text Example


Text Example

White with #600BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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