Html Css Color HEX #600CDF Electric Indigo

📋 copy color: '#600CDF'

red 96 ◦ green 12 ◦ blue 223

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

Shades of Electric Indigo #600CDF

Tints of Electric Indigo #600CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.63%

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

R = 29%
G = 3.63%
B = 67.37%

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

#600CDF (or 0x600CDF) is known color: Electric Indigo. HEX triplet: 60, 0C and DF. RGB value is (96,12,223). Sum of RGB (Red+Green+Blue) = 96+12+223=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #600CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600CDF is #9FF320. Grayscale: #3C3C3C. Windows color (decimal): -10482465 or 14617696. OLE color: 14617696.

HSL color Cylindrical-coordinate representation of color #600CDF: hue angle of 263.89º degrees, saturation: 0.9, 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 #600CDF is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 12 223 -
CMYK 0.57 0.95 0 0.13
HSL 263.89º 0.9% 0.46% -
HSV(B) 263.89º 0.95% 0.87% -
XYZ 18.27 8.08 70.41 -
YUV 61.17 219.33 152.84 -
System Red Green Blue C M Y K H S L
Decimal 96 12 223 0.57 0.95 0 0.13 263.89 0.9 0.46
Hex 60 C DF 39 5F 0 D 108 5A 2E
Octal 140 14 337 71 137 0 15 410 132 56
Binary 1100000 1100 11011111 111001 1011111 0 1101 100001000 1011010 101110

Color Harmonies of #600CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600CDF

Black with #600CDF

Text Example


Text Example

White with #600CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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